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 355846d commit 5757590Copy full SHA for 5757590
app.js
@@ -72,7 +72,7 @@ const hostname = os.hostname();
72
app.use(express.static('frontend'));
73
74
app.listen(port, () => {
75
- console.log('The server is running at ' + host + : + port);
+ console.log('The server is running at ' + host + ':' + port);
76
});
77
`;
78
0 commit comments