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

Api docs generation is not working when nested routes. #30

Closed
truwater opened this issue Mar 4, 2023 · 1 comment
Closed

Api docs generation is not working when nested routes. #30

truwater opened this issue Mar 4, 2023 · 1 comment

Comments

@truwater
Copy link

truwater commented Mar 4, 2023

Routing works well with the following code.

parentRouter.all('/child/*', childRouter.handle)

But api docs generation is not working.

@G4brym
Copy link
Member

G4brym commented Apr 4, 2023

Hey @truwater i've just added support for nested routers in the latest release (v0.1.0)
You can see an example snippet here

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

2 participants