Added endpoints to startup message
This commit is contained in:
parent
eddc998bed
commit
94798371d7
1 changed files with 2 additions and 0 deletions
2
main.js
2
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');
|
||||
});
|
||||
Loading…
Reference in a new issue