Skip to content

Commit 3a351b7

Browse files
committed
Updated now listening message.
1 parent 90a9c9e commit 3a351b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ if (process.env.NODE_ENV === 'development') {
4040
}
4141
const port = config.PORT;
4242
app.listen(port);
43-
console.log(`Server is now running at http://localhost:${port}.`); // eslint-disable-line no-console
43+
console.log(`Server is now running on port: ${port}.`); // eslint-disable-line no-console

0 commit comments

Comments
 (0)