Merge pull request #350 from rbb-data/feature/swagger-ui-v3

Update to latest ring-swagger-ui
This commit is contained in:
Tommi Reiman 2020-03-04 20:54:42 +02:00 committed by GitHub
commit c7b67f3366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

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