serverPort:GWM

This commit is contained in:
sriramv 2022-03-21 09:51:43 +05:30
parent 5954e42bf8
commit bd03e4d0cc

View File

@ -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()
})