This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit 8ecfef7
committed
Add support to Catch-All routes
It allows to accept routes like `edit/color/:color/largecode/*largecode` to match with something like this
`http://appdomain.com/edit/color/brown/largecode/code/with/slashs`
**I really need it because my app ids contains slashs.**1 parent a8b0400 commit 8ecfef7
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
| |||
0 commit comments