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

Update app.js

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