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.
1 parent 87b4a63 commit 471e204Copy full SHA for 471e204
app.js
@@ -70,7 +70,7 @@ const port = 3000;
70
app.use(express.static('frontend'));
71
72
app.listen(port, () => {
73
- console.log('The server is running at http://localhost:3000');
+ console.log('The server is running at http://localhost:'+port);
74
});
75
`;
76
0 commit comments