Pepguy commited on
Commit
03315c7
·
verified ·
1 Parent(s): f19b3cf

Update app.js

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