Skip to content

Commit

Permalink
Update grouping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 10, 2023
1 parent 8b1f926 commit c396d2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: 🎭 Grouping
sidebar_position: 2
---

:::info
In general, the Group functionality in Fiber behaves similarly to ExpressJS. Groups are declared virtually and all routes declared within the group are flattened into a single list with a prefix, which is then checked by the framework in the order it was declared. This means that the behavior of Group in Fiber is identical to that of ExpressJS.
:::

## Paths

Like **Routing**, groups can also have paths that belong to a cluster.
Expand Down

0 comments on commit c396d2a

Please sign in to comment.