Pepguy commited on
Commit
a001cf8
·
verified ·
1 Parent(s): f5283e1

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -2
app.js CHANGED
@@ -134,6 +134,5 @@ wss.on('connection', ws => {
134
  });
135
 
136
  const PORT = process.env.PORT ||
137
- 8000
138
- //7860;
139
  server.listen(PORT, () => console.log(`✅ Activity server running at http://localhost:${PORT}`));
 
134
  });
135
 
136
  const PORT = process.env.PORT ||
137
+ 7860;
 
138
  server.listen(PORT, () => console.log(`✅ Activity server running at http://localhost:${PORT}`));