change server message
This commit is contained in:
@@ -35,5 +35,5 @@ const server = http.createServer((req, res) => {
|
||||
});
|
||||
|
||||
server.listen(port, hostname, () => {
|
||||
console.log(`Server running at http://${hostname}:${port}/`);
|
||||
console.log(`Pong running at http://${hostname}:${port}/pong.html`);
|
||||
});
|
||||
Reference in New Issue
Block a user