Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query parameters in the request do not match any route #224

Open
axmad22 opened this issue Dec 27, 2016 · 2 comments
Open

Query parameters in the request do not match any route #224

axmad22 opened this issue Dec 27, 2016 · 2 comments

Comments

@axmad22
Copy link

axmad22 commented Dec 27, 2016

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

@axmad22 axmad22 changed the title Query parameters in the route do not match any route Query parameters in the request do not match any route Dec 28, 2016
@pnakibar
Copy link

pnakibar commented Jan 3, 2017

I have used regular expressions to solve this.

@gajananbhat
Copy link

@pnakibar

I have used regular expressions to solve this.

What kind of regex did you use? Mine is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants