1
0
mirror of https://github.com/balkian/Web4.0.git synced 2025-07-01 13:22:24 +00:00

Port 1337

This commit is contained in:
J.Fernando Sánchez 2012-05-25 13:25:14 +02:00
parent eadce59712
commit e5ad0fffbc

View File

@ -45,7 +45,7 @@ app.listen(3000, function () {
console.log('app listening on http://' + addr.address + ':' + addr.port);
});
monkey.listen();
monkey.listen(1337);
var nicknames = {};