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