Reputation: 479
So guys, am pretty new to node but have covered some ground. I created my first "example" server from this tutorial but don't understand a few things. Can anyone explain to me what this
'/'in this line does or point me to some docs?
app.get('/', (request, response) => {
Upvotes: 0
Views: 71