Fix jwt-token

This commit is contained in:
2025-09-13 21:57:22 +02:00
parent 6924fc5ec4
commit 478e2fecb7
4 changed files with 8 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ export const SocketProvider = ({ children }) => {
const newSocket = io(APP_CONFIG.isProduction
? window.location.origin
: 'http://localhost:3001', {
path: '/socket.io/'
path: '/ws'
});
newSocket.on('connect', () => {