Skip to content

Commit 471e204

Browse files
authored
Update app.js
The file logs the actual port now
1 parent 87b4a63 commit 471e204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const port = 3000;
7070
app.use(express.static('frontend'));
7171
7272
app.listen(port, () => {
73-
console.log('The server is running at http://localhost:3000');
73+
console.log('The server is running at http://localhost:'+port);
7474
});
7575
`;
7676

0 commit comments

Comments
 (0)