Skip to content

Commit 355846d

Browse files
authored
Fixed hostname
Fixed some clashes which were preventing the file to function properly
1 parent 24baf63 commit 355846d

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)