Skip to content

Commit

Permalink
Enable ref gen for all /acs
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Oct 30, 2024
1 parent 1c75fe3 commit c068ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const reference = (
for (const route of blueprint.routes ?? []) {
if (route.isUndocumented) continue

if (!route.path.startsWith('/acs/systems')) {
if (!route.path.startsWith('/acs')) {
continue
}

Expand Down

0 comments on commit c068ebd

Please sign in to comment.