feat: added web view 1v1

This commit is contained in:
shahdlala66
2026-04-17 23:20:16 +02:00
commit 1828fa3275
80 changed files with 11876 additions and 0 deletions
@@ -0,0 +1,4 @@
export const environment = {
apiBaseUrl: 'http://localhost:8080',
wsBaseUrl: 'ws://localhost:8080'
};
+4
View File
@@ -0,0 +1,4 @@
export const environment = {
apiBaseUrl: 'http://localhost:8080',
wsBaseUrl: 'ws://localhost:8080'
};