Hi I have a url of format
> http://127.0.0.1:3000/sss?AP=API&SE=AU
I used to follow the below code to query
var data=req.query[AP]
But now my url is
> http://127.0.0.1:3000/sss/API/AU
I am stuck as how to query this data.Any help regarding this will be much helpful.