Skip to content

Commit 5757590

Browse files
authored
Practice makes a man perfect
1 parent 355846d commit 5757590

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
@@ -72,7 +72,7 @@ const hostname = os.hostname();
7272
app.use(express.static('frontend'));
7373
7474
app.listen(port, () => {
75-
console.log('The server is running at ' + host + : + port);
75+
console.log('The server is running at ' + host + ':' + port);
7676
});
7777
`;
7878

0 commit comments

Comments
 (0)