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
The following could be intentional behaviour but I'd like to confirm. Here's my usecase:
let router = new Router(); router .param('id', function*(id, next) { //do something }) // some routes .use('/:id/children', children.routes())
Currently the param function doesn't fire when some url in the children router is matched. Is this a bug?
The text was updated successfully, but these errors were encountered:
7d4c620
Inherit param middleware when nesting routers. Fixes ZijianHe#170.
73c38d4
No branches or pull requests
The following could be intentional behaviour but I'd like to confirm. Here's my usecase:
Currently the param function doesn't fire when some url in the children router is matched. Is this a bug?
The text was updated successfully, but these errors were encountered: