fixed
This commit is contained in:
@@ -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']
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user