fix ip
This commit is contained in:
@@ -28,7 +28,7 @@ app.use(cookieParser());
|
|||||||
app.use(bodyParser.json({ type: 'application/vnd.api+json' }))
|
app.use(bodyParser.json({ type: 'application/vnd.api+json' }))
|
||||||
|
|
||||||
//const socket = io.connect(process.env.SOCKET_URL);
|
//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
|
// respond with "hello world" when a GET request is made to the homepage
|
||||||
|
|||||||
Reference in New Issue
Block a user