Sync sansei branch #1

Merged
Stedos merged 34 commits from sansei into main 2025-02-24 21:12:28 +00:00
Showing only changes of commit 8b05ad4ca6 - Show all commits

View File

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