We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/path
/prefix/path
1 parent e4de8b0 commit 729e87cCopy full SHA for 729e87c
‎docs/patterns/group.md
@@ -43,9 +43,9 @@ This code behave the same as our first example and should response as follows:
43
44
| Path | Result |
45
| -------- | ------- |
46
-| /sign-in | Sign in |
47
-| /sign-in | Sign up |
48
-| /sign-in | Profile |
+| /user/sign-in | Sign in |
+| /user/sign-in | Sign up |
+| /user/sign-in | Profile |
49
50
Group can also accept an optional guard parameter to reduce boilerplate of using group and guard together.
51
0 commit comments