Pepguy commited on
Commit
033822e
·
verified ·
1 Parent(s): 7fe989f

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -95,4 +95,4 @@ wss.on('connection', ws => {
95
  });
96
 
97
  const PORT = process.env.PORT || 7860;
98
- server.listen(PORT, () => console.log(\`✅ Activity server running at http://localhost:\${PORT}/\`));
 
95
  });
96
 
97
  const PORT = process.env.PORT || 7860;
98
+ server.listen(PORT, () => console.log(`✅ Activity server running at http://localhost:${PORT}`));