mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
.
This commit is contained in:
parent
3618bac9d7
commit
df63bf05e3
1 changed files with 2 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
* `reitit.ring/default-handler` now works correctly with async ring
|
||||
* new helper `reitit.ring/router` to compose routes outside of a router.
|
||||
* `reitit.ring/create-resource-handler` function to serve static routes. See (docs)[https://metosin.github.io/reitit/ring/static.html].
|
||||
* `reitit.ring/create-resource-handler` function to serve static routes. See [docs](https://metosin.github.io/reitit/ring/static.html).
|
||||
|
||||
* new dependencies:
|
||||
|
||||
|
|
@ -47,9 +47,7 @@ New module to server pre-integrated [Swagger-ui](https://github.com/swagger-api/
|
|||
[metosin/ring-swagger-ui "2.2.10"]
|
||||
```
|
||||
|
||||
*** dependencies
|
||||
|
||||
* updated:
|
||||
### dependencies
|
||||
|
||||
```clj
|
||||
[metosin/spec-tools "0.7.0-SNAPSHOT"] is available but we use "0.6.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue