Fix build

This commit is contained in:
Stedoss 2024-11-05 20:28:56 +00:00
parent 750de4ef09
commit 8b05ad4ca6

View File

@ -1,5 +1,6 @@
export const environment = {
production: false,
webUrl: 'http://localhost:4200',
apiUrl: 'http://localhost:8080',
wsUrl: 'ws://localhost:8080/websocket',
};