Skip to content

Commit

Permalink
add docs for dynamic routing
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Aug 27, 2023
1 parent 57aef09 commit 5745dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ app.Get("/", func(c *fiber.Ctx) error {

### Constraints on Adding Routes Dynamically

:::warning
:::caution
Adding routes dynamically after the application has started is not supported due to design and performance considerations. Make sure to define all your routes before the application starts.
:::

Expand Down

0 comments on commit 5745dfe

Please sign in to comment.