This commit is contained in:
CHIEFSOFT\ameye
2025-07-20 18:56:07 -04:00
parent 2a93f38fba
commit 7403a5127b
+1 -1
View File
@@ -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