mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -2,10 +2,10 @@ module.exports = {
|
||||
// The REST API server settings.
|
||||
"rest": {
|
||||
"ssl": false,
|
||||
"address": "localhost",
|
||||
"port": 3000,
|
||||
"address": "dspace7.4science.it",
|
||||
"port": 80,
|
||||
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||
"nameSpace": "/api"
|
||||
"nameSpace": "/dspace-spring-rest/api"
|
||||
},
|
||||
// Angular2 UI server settings.
|
||||
"ui": {
|
||||
|
Reference in New Issue
Block a user