style: gameboared redesign

This commit is contained in:
Lala, Shahd
2026-05-14 23:38:06 +00:00
parent 2e84ec97c2
commit 490e2cb760
21 changed files with 2565 additions and 658 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export const environment = {
production: false,
apiBaseUrl: '',
accountServiceUrl: '',
wsBaseUrl: 'ws://localhost:8080',
wsBaseUrl: '',
userWsBaseUrl: 'ws://localhost:8084',
apiPath: '/api/board/game'
};