Skip to content

Commit f194668

Browse files
committed
fix: server ip
1 parent 943b8b2 commit f194668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/utils/socket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class SocketManager {
55

66
static getInstance(): Socket {
77
if (!SocketManager.instance) {
8-
SocketManager.instance = io("http://54.90.128.223/:5000");
8+
SocketManager.instance = io("http://54.90.128.223:5000/");
99
}
1010
return SocketManager.instance;
1111
}

0 commit comments

Comments
 (0)