We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d5c0e commit 943b8b2Copy full SHA for 943b8b2
1 file changed
frontend/src/utils/socket.ts
@@ -5,7 +5,7 @@ class SocketManager {
5
6
static getInstance(): Socket {
7
if (!SocketManager.instance) {
8
- SocketManager.instance = io("http://backend:5000");
+ SocketManager.instance = io("http://54.90.128.223/:5000");
9
}
10
return SocketManager.instance;
11
0 commit comments