Commit bff86f97e7bdb5ff6cbdc09b3d17ead544c60b16

Authored by Eric Fernandez
1 parent 1f789488fe
Exists in master

config port

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -28,4 +28,4 @@ app.get('/getSocket', function (req, res) {
28 28 });
29 29 });
30 30  
31   -console.log('Sevice open port 6060');
  31 +console.log('Sevice open port ' + config.port);