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 b9593b1 commit d23bd77
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 @@ -39,5 +39,5 @@ All `Router` init options plus:
| `openapiUrl?` | ``null`` \| `string` | Route path URL for serving the OpenAPI JSON document. | `"/openapi.json"` |
| `swaggerUrl?` | ``null`` \| `string` | Route path URL for serving the Swagger interactive documentation. | `"/docs"` |
| `redocUrl?` | ``null`` \| `string` | Route path URL for serving the ReDoc alternative documentation. | `"/redoc"` |
| `middleware?` | [`Middleware`](middleware.Middleware.md)\<`E`\>[] | List of middleware applied to the application | `[]` |
| `middleware?` | [`Middleware`](/reference/classes/middleware.Middleware.md)\<`E`\>[] | List of middleware applied to the application | `[]` |
| `exceptionHandler?` | [`ExceptionHandler`](/reference/modules/types.md#exceptionhandler)\<`E`\> | Exception handler when an exception or error has occured during requests. | `baseExceptionHandler` |

0 comments on commit d23bd77

Please sign in to comment.