I want to use 3 arrays in same url like this:
localhost:3001/:Region/:Type/:noofitems/:Locality/:pagenumber/url?:categoryarray/url?:acarray/url?:feesarray
but in nodejs this url is equivalent to /:Region/:Type/:noofitems/:Locality/:pagenumber/url?:categoryarray
so, i want to figure out a way of separating url?:categoryarray and url?:acarray? so that "url?:acarray" is not included in categoryarray
via Mayank Jain
No comments:
Post a Comment