From 94798371d7703e910183e084cdf836d5633d57f0 Mon Sep 17 00:00:00 2001 From: Mattias Hansson Date: Tue, 23 Sep 2025 20:08:33 +0200 Subject: [PATCH] Added endpoints to startup message --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 5f5e5a5..074e9ef 100644 --- a/main.js +++ b/main.js @@ -23,4 +23,6 @@ setInterval(() => { app.listen(3000, () => { console.log('Listening on http://localhost:3000'); + console.log('Listening on http://localhost:3000/helloworld'); + console.log('Listening on http://localhost:3000/hogger'); }); \ No newline at end of file