We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to figure out how to use the following example from the docs:
/comment/any/votes/index.get.json
it seems to me like requests such as GET /comment/1/votes/ GET /comment/asdfasdf/votes/ or even GET /comment/2/votes
should all map to this file.
However, that doesn't appear to be the behavior I'm seeing. Instead, I get 404 errors. Is this the designed behavior or is it a bug?
The text was updated successfully, but these errors were encountered:
Yes that should work, and if it doesn't it is indeed a bug. Thanks for reporting! If you got some time and would like to help out a testcase which reproduces is highly welcome, feel free to add it in the https://github.com/sideshowcoder/canned/blob/master/spec/canned.spec.js I feel like this should be covered by the https://github.com/sideshowcoder/canned/blob/master/spec/lookup.spec.js but I guess there is some error down the line when moving this piece of code around.
Sorry, something went wrong.
No branches or pull requests
I'm trying to figure out how to use the following example from the docs:
/comment/any/votes/index.get.json
it seems to me like requests such as
GET /comment/1/votes/
GET /comment/asdfasdf/votes/
or even
GET /comment/2/votes
should all map to this file.
However, that doesn't appear to be the behavior I'm seeing. Instead, I get 404 errors. Is this the designed behavior or is it a bug?
The text was updated successfully, but these errors were encountered: