change server message

This commit is contained in:
LuckyLaszlo
2022-10-28 16:09:23 +02:00
parent 4a79083cbf
commit 2f62331559

View File

@@ -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`);
});