node_acl
node_acl copied to clipboard
Query parameters in the request do not match any route
Query parameters in the request how are they mapped to a route
EX: a request like so /api/books?page=1
using a GET method to a route in express-js like so /api/books/
Do i have to use regular expression on the resources for the Allow
Great module by the way
thanks
I have used regular expressions to solve this.
@pnakibar
I have used regular expressions to solve this.
What kind of regex did you use? Mine is not working.