can creater & join lobby

This commit is contained in:
evanpelle
2024-10-14 20:45:31 -07:00
parent e490e23add
commit 42a6a2fcef
12 changed files with 481 additions and 347 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default (env, argv) => {
ws: true,
},
{
context: ['/lobbies', '/join_game', '/join_lobby'],
context: ['/lobbies', '/join_game', '/join_lobby', '/private_lobby', '/start_private_lobby'],
target: 'http://localhost:3000',
secure: false,
changeOrigin: true,