Skip to content

Commit a83759c

Browse files
committed
docs: update docs for swagger codegen
1 parent 878b322 commit a83759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other/swagger-codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineConfig({
5959
// groupBy: 'tag-1',
6060
// groupBy: 'path-segment',
6161
// groupBy: 'path-segment-1',
62-
filterRoutes: () => true,
62+
filterEndpoints: () => true,
6363
// groupBy: route => {
6464
// const api = apis.find(api => api.urls.some(url => route.raw.route.startsWith(url)))
6565
// return api?.name ?? 'other'

0 commit comments

Comments
 (0)