app("/",function() { //some logic here }) //we have to write this way app.get("/",function() { //some logic here })