mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Fix typo
This commit is contained in:
parent
c8e0411765
commit
32bab40c71
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Reitit does not apply any encoding to your paths. If you need that, you must enc
|
||||||
|
|
||||||
### Wildcards
|
### Wildcards
|
||||||
|
|
||||||
Normal path-parameters (`:id`) can start anywhere in the path string, but have to end either to slash `/` (currently hardcoded) or to en end of path string:
|
Normal path-parameters (`:id`) can start anywhere in the path string, but have to end either to slash `/` (currently hardcoded) or to an end of path string:
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
[["/api/:version"]
|
[["/api/:version"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue