From bd03e4d0ccbee72076b17f2f5a6357200a359b9a Mon Sep 17 00:00:00 2001 From: sriramv Date: Mon, 21 Mar 2022 09:51:43 +0530 Subject: [PATCH] serverPort:GWM --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 1a74fe5..35b0bc4 100644 --- a/server.js +++ b/server.js @@ -56,7 +56,7 @@ require("./app/routes/routes.js")(app); const PORT_NUMBER = process.env.SERVER_PORT app.listen({ port: PORT_NUMBER }, async () => { - console.log('Server up on http://localhost:8080') + console.log('Server up on http://localhost:'+PORT_NUMBER) //await sequelize.authenticate() }) \ No newline at end of file