Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I specify to the smallrye openapi extension that I want to name a section in the spec after the BaseRoute and not just have it named "default"?
If I use JAX-RS and annotate my class with Path the generated spec includes my class name as the section name, but if I use Reactive Routes and annotate my class with BaseRoute, all of my routes under that base route are thrown in the "default" section.
Beta Was this translation helpful? Give feedback.
All reactions