Skip to content

Commit 943b8b2

Browse files
committed
chore:: added ip of server for socket connection
1 parent a0d5c0e commit 943b8b2

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://backend:5000");
8+
SocketManager.instance = io("http://54.90.128.223/:5000");
99
}
1010
return SocketManager.instance;
1111
}

0 commit comments

Comments
 (0)