parent
ae8d0d4a12
commit
d6cab259c3
|
@ -1435,7 +1435,7 @@ and `+"/pages/t3st.html"+`
|
|||
|
||||
| `+{*path}+`
|
||||
| Matches zero or more path segments until the end of the path and captures it as a variable named "path"
|
||||
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=resources/file.png+`
|
||||
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=/images/file.png+`
|
||||
|
||||
|===
|
||||
|
||||
|
|
Loading…
Reference in New Issue