Skip to content

Commit 540cb86

Browse files
AAwoutersybnd
authored andcommitted
120243: Fix REST baseUrl in test environment
1 parent 8d02988 commit 540cb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/environments/environment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const environment: BuildConfig = {
4242
port: 443,
4343
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
4444
nameSpace: '/api',
45-
baseUrl: 'https://rest.com/api',
45+
baseUrl: 'https://rest.com/server',
4646
},
4747

4848
actuators: {

0 commit comments

Comments
 (0)