This commit is contained in:
2025-11-07 00:53:00 +03:00
parent c9abe6cc55
commit 673d53f126
9 changed files with 1308 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ let socket = null;
export function getSocketClient() {
if (!socket) {
socket = io('http://localhost:3000', {
socket = io('http://localhost:3001', {
transports: ['websocket', 'polling']
});