We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878b322 commit a83759cCopy full SHA for a83759c
docs/other/swagger-codegen.md
@@ -59,7 +59,7 @@ export default defineConfig({
59
// groupBy: 'tag-1',
60
// groupBy: 'path-segment',
61
// groupBy: 'path-segment-1',
62
- filterRoutes: () => true,
+ filterEndpoints: () => true,
63
// groupBy: route => {
64
// const api = apis.find(api => api.urls.some(url => route.raw.route.startsWith(url)))
65
// return api?.name ?? 'other'
0 commit comments