1tbfree commited on
Commit
c388863
·
verified ·
1 Parent(s): 90cf2c6

Update chat.js

Browse files
Files changed (1) hide show
  1. chat.js +1 -1
chat.js CHANGED
@@ -35,7 +35,7 @@ io.on('connection', (socket) => {
35
  });
36
 
37
  // Start the server
38
- const PORT = process.env.PORT || 3000;
39
  server.listen(PORT, () => {
40
  console.log(`Server is running on http://localhost:${PORT}`);
41
  });
 
35
  });
36
 
37
  // Start the server
38
+ const PORT = process.env.PORT || 7860;
39
  server.listen(PORT, () => {
40
  console.log(`Server is running on http://localhost:${PORT}`);
41
  });