Is there a way to differentiate 2 GET Requests with exactly the same "format" like :
app.get("/user/:id", function(req,res){ ... }); app.get("/user/:name", function(req,res){ ... });
No comments:
Post a Comment