Browse Source

change listen port to 3030

mahdi
mahdihty 4 years ago
parent
commit
6af5b51b80
  1. 2
      index.js

2
index.js

@ -58,5 +58,5 @@ app.post('/emit/:room', function (req, res) {
});
server.listen(3030, () => {
console.log('listening on *:3000');
console.log('listening on *:3030');
});
Loading…
Cancel
Save