From bff86f97e7bdb5ff6cbdc09b3d17ead544c60b16 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 9 May 2019 16:07:55 -0300 Subject: [PATCH] config port --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.9.1