We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a9c9e commit 3a351b7Copy full SHA for 3a351b7
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