Added endpoints to startup message

This commit is contained in:
Mattias Hansson 2025-09-23 20:08:33 +02:00
parent eddc998bed
commit 94798371d7

View file

@ -23,4 +23,6 @@ setInterval(() => {
app.listen(3000, () => { app.listen(3000, () => {
console.log('Listening on http://localhost:3000'); console.log('Listening on http://localhost:3000');
console.log('Listening on http://localhost:3000/helloworld');
console.log('Listening on http://localhost:3000/hogger');
}); });