Skip to content

Commit 729e87c

Browse files
authored
🔧 fix: /path to /prefix/path for better clearity in group (#236)
1 parent e4de8b0 commit 729e87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/patterns/group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This code behave the same as our first example and should response as follows:
4343

4444
| Path | Result |
4545
| -------- | ------- |
46-
| /sign-in | Sign in |
47-
| /sign-in | Sign up |
48-
| /sign-in | Profile |
46+
| /user/sign-in | Sign in |
47+
| /user/sign-in | Sign up |
48+
| /user/sign-in | Profile |
4949

5050
Group can also accept an optional guard parameter to reduce boilerplate of using group and guard together.
5151

0 commit comments

Comments
 (0)