From 7403a5127b49ab6633b05debd349546b1b0db13c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 20 Jul 2025 18:56:07 -0400 Subject: [PATCH] fix ip --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 80e520d..c671b3f 100644 --- a/server.js +++ b/server.js @@ -28,7 +28,7 @@ app.use(cookieParser()); app.use(bodyParser.json({ type: 'application/vnd.api+json' })) //const socket = io.connect(process.env.SOCKET_URL); -const socket = io.connect("http://10.10.10.32:5005"); +const socket = io.connect("http://10.10.10.13:5005"); // respond with "hello world" when a GET request is made to the homepage