mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update CHANGELOG
This commit is contained in:
parent
4a4cd5ae9e
commit
a8a96c0e85
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
(is (= [] (r/routes (r/router [nil [nil] [[nil nil nil]]]))))
|
||||
(is (= [] (r/routes (r/router ["/ping" [nil "/pong"]])))))
|
||||
```
|
||||
### `reitit-ring`
|
||||
|
||||
* Use HTTP redirect (302) with index-files in `reitit.ring/create-resource-handler`.
|
||||
|
||||
### `reitit-schema`
|
||||
|
||||
|
|
@ -29,6 +32,8 @@
|
|||
|
||||
### `reitit-swagger-ui`
|
||||
|
||||
* Use HTTP redirect (302) with index-files in `reitit.swagger-ui/create-swagger-ui-handler`.
|
||||
|
||||
* updated dependencies:
|
||||
|
||||
```clj
|
||||
|
|
|
|||
Loading…
Reference in a new issue