Merge Request #1

Merged
Created by Eric Fernandez

Master(efernandez)

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
... ... @@ -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);