We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90a9c9e + 3a351b7 commit a967b9dCopy full SHA for a967b9d
server.js
@@ -40,4 +40,4 @@ if (process.env.NODE_ENV === 'development') {
40
}
41
const port = config.PORT;
42
app.listen(port);
43
-console.log(`Server is now running at http://localhost:${port}.`); // eslint-disable-line no-console
+console.log(`Server is now running on port: ${port}.`); // eslint-disable-line no-console
0 commit comments