Pepguy commited on
Commit
51e6641
·
verified ·
1 Parent(s): 3e02329

Update app.js

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