Replies: 2 comments
|
That blank entry is Nitro adding your route-less I poked at it on 2.13.4 and the obvious opt-outs don't work: What cleared it in my test: the empty path comes specifically from a handler with no route, so moving that logic out of a global |
|
+1 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I use nuxt4 and nitro with openapi config like this
nuxt.config.ts
Then I add middleware route without use defineRouteMeta but when I open scalar or swagger, it show blank route in tag
App Routelike thisHow to hide or remove it from generated OpenAPI document?
All reactions