Skip to content

Commit

Permalink
docs: fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
iann838 committed Nov 7, 2024
1 parent a306259 commit e822e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/app-router-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This class is used for structuring [big applications](./bigger-apps.md) into mul
| `deprecated?` | `boolean` | Set the deprecated status to all routes. | `false` |
| `includeInSchema?` | `boolean` | Set to include or exclude all routes from the generated OpenAPI document. | `true` |
| `responses?` | `Record`\<`number`, `ResponseConfig`\> | Additional [response schemas](./responses.md#openapi-schemas) to all routes, shown in the generated OpenAPI document. | `{ 422: ... }` |
| `defaultResponseClass?` | [`ResponseClass`](../modules/types.md#responseclass) | Default response class of all routes. | `JSONResponse` |
| `defaultResponseClass?` | `ResponseClass` | Default response class of all routes. | `JSONResponse` |

## App Options

Expand Down

0 comments on commit e822e0a

Please sign in to comment.