1tbfree commited on
Commit
f689c12
·
verified ·
1 Parent(s): eebb793

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -50,6 +50,6 @@ io.on('connection', (socket) => {
50
  });
51
 
52
  // Start the server
53
- server.listen(7861, () => {
54
  console.log('Server is running on http://localhost:8086');
55
  });
 
50
  });
51
 
52
  // Start the server
53
+ server.listen(7860, () => {
54
  console.log('Server is running on http://localhost:8086');
55
  });