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