mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
120243: Fix REST baseUrl in test environment
This commit is contained in:

committed by
Yury Bondarenko

parent
8d02988da7
commit
540cb86b2d
@@ -42,7 +42,7 @@ export const environment: BuildConfig = {
|
|||||||
port: 443,
|
port: 443,
|
||||||
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
|
||||||
nameSpace: '/api',
|
nameSpace: '/api',
|
||||||
baseUrl: 'https://rest.com/api',
|
baseUrl: 'https://rest.com/server',
|
||||||
},
|
},
|
||||||
|
|
||||||
actuators: {
|
actuators: {
|
||||||
|
Reference in New Issue
Block a user