mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update example link
This commit is contained in:
parent
fc71947bbb
commit
49199ff5ca
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
### `reitit-swagger`
|
### `reitit-swagger`
|
||||||
|
|
||||||
* New module to produce swagger-docs from routing tree, including `Coercion` definitions. Works with both middleware & interceptors and Schema & Spec. See [docs](https://metosin.github.io/reitit/ring/swagger.html).
|
* New module to produce swagger-docs from routing tree, including `Coercion` definitions. Works with both middleware & interceptors and Schema & Spec. See [docs](https://metosin.github.io/reitit/ring/swagger.html) and [example project](https://github.com/metosin/reitit/tree/master/examples/ring-swagger).
|
||||||
|
|
||||||
### `reitit-swagger-ui`
|
### `reitit-swagger-ui`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ Invalid request:
|
||||||
* content negotiation library like [Muuntaja](https://github.com/metosin/muuntaja)
|
* content negotiation library like [Muuntaja](https://github.com/metosin/muuntaja)
|
||||||
* some default Ring-middleware like `ring.middleware.params/wrap-params`
|
* some default Ring-middleware like `ring.middleware.params/wrap-params`
|
||||||
|
|
||||||
See [Ring with Swagger Example](/tree/master/examples/ring-swagger) for a runnable example. Plan is to have more batteries as separate modules, templates and example projects. Stay tuned.
|
See [Ring with Swagger Example](https://github.com/metosin/reitit/tree/master/examples/ring-swagger) for a runnable example. Plan is to have more batteries as separate modules, templates and example projects. Stay tuned.
|
||||||
|
|
||||||
## More info
|
## More info
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue