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