now get message if join sucessful

This commit is contained in:
evanpelle
2024-10-15 17:51:46 -07:00
parent 42a6a2fcef
commit 3885b39442
6 changed files with 106 additions and 29 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default (env, argv) => {
ws: true,
},
{
context: ['/lobbies', '/join_game', '/join_lobby', '/private_lobby', '/start_private_lobby'],
context: ['/lobbies', '/join_game', '/join_lobby', '/private_lobby', '/start_private_lobby', '/lobby'],
target: 'http://localhost:3000',
secure: false,
changeOrigin: true,