From 8b05ad4ca684366ee5d008fa88a014c441fd5053 Mon Sep 17 00:00:00 2001 From: Stedoss Date: Tue, 5 Nov 2024 20:28:56 +0000 Subject: [PATCH] Fix build --- nise-frontend/src/environments/environment.development.ts | 1 + 1 file changed, 1 insertion(+) 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', };