Skip to content

Commit 637e8c0

Browse files
author
Sergio Andres Virviescas Santana
committed
Fix README
1 parent d8bbf71 commit 637e8c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ Pattern with suffix: /user/{user}_admin
128128
/user/ no match
129129
```
130130

131-
**Note:** Since this router has only explicit matches, you can not register static routes and parameters for the same path segment. For example you can not register the patterns `/user/new` and `/user/{user}` for the same request method at the same time. The routing of different request methods is independent from each other.
132-
133131
#### Optional parameters
134132

135133
If you need define an optional parameters, add `?` at the end of param name. `{name?}`

0 commit comments

Comments
 (0)