mirror of
https://github.com/metosin/reitit.git
synced 2025-12-27 11:58:25 +00:00
Merge pull request #350 from rbb-data/feature/swagger-ui-v3
Update to latest ring-swagger-ui
This commit is contained in:
commit
c7b67f3366
2 changed files with 3 additions and 1 deletions
|
|
@ -63,6 +63,8 @@ Webjars also hosts a [version](https://github.com/webjars/swagger-ui) of the swa
|
|||
|
||||
**NOTE**: Currently, swagger-ui module is just for Clojure. ClojureScript-support welcome as a PR!
|
||||
|
||||
**NOTE:** If you want to use swagger-ui 2.x you can do so by explicitly downgrading `metosin/ring-swagger-ui` to `2.2.10`.
|
||||
|
||||
## Examples
|
||||
|
||||
### Simple example
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
[metosin/reitit-frontend "0.4.2"]
|
||||
[metosin/reitit-sieppari "0.4.2"]
|
||||
[metosin/reitit-pedestal "0.4.2"]
|
||||
[metosin/ring-swagger-ui "2.2.10"]
|
||||
[metosin/ring-swagger-ui "3.24.3"]
|
||||
[metosin/spec-tools "0.10.0"]
|
||||
[metosin/schema-tools "0.12.1"]
|
||||
[metosin/muuntaja "0.6.6"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue