diff --git a/index.js b/index.js index 9b6ebf1..5833af0 100644 --- a/index.js +++ b/index.js @@ -28,4 +28,4 @@ app.get('/getSocket', function (req, res) { }); }); -console.log('Sevice open port 6060'); +console.log('Sevice open port ' + config.port);