feat: NCWF-10 streaming endpoint (#14)

Co-authored-by: shahdlala66 <shahd.lala66@gmail.com>
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-06-23 09:38:08 +02:00
parent ab2c641130
commit 1dabd88c62
11 changed files with 455 additions and 4 deletions
+2 -1
View File
@@ -4,5 +4,6 @@ export const environment = {
accountServiceUrl: '',
wsBaseUrl: 'ws://localhost:8084',
userWsBaseUrl: 'ws://localhost:8084',
apiPath: '/api/board/game'
apiPath: '/api/board/game',
tournamentServerUrl: 'http://141.37.123.132:8086'
};