diff --git a/nise-frontend/src/environments/environment.development.ts b/nise-frontend/src/environments/environment.development.ts index 0014e6d..2cccc2e 100644 --- a/nise-frontend/src/environments/environment.development.ts +++ b/nise-frontend/src/environments/environment.development.ts @@ -1,5 +1,6 @@ export const environment = { production: false, + webUrl: 'http://localhost:4200', apiUrl: 'http://localhost:8080', wsUrl: 'ws://localhost:8080/websocket', };