This commit is contained in:
Jon McDuffie 2020-02-12 08:22:19 -05:00 committed by GitHub
parent c8e0411765
commit 32bab40c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]