mirror of
https://github.com/metosin/reitit.git
synced 2026-01-25 15:49:01 +00:00
fix negation -> negotiation middleware
that was a funny typo!
This commit is contained in:
parent
50f0120e8c
commit
efe07e3d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ at the top-level to show responses for all endpoints.
|
||||||
* two routes
|
* two routes
|
||||||
* swagger-spec served from `"/swagger.json"`
|
* swagger-spec served from `"/swagger.json"`
|
||||||
* swagger-ui mounted to `"/api-docs"`
|
* swagger-ui mounted to `"/api-docs"`
|
||||||
* note that for real-world use, you need a [content-negation middleware][muuntaja] -
|
* note that for real-world use, you need a [content-negotiation middleware][muuntaja] -
|
||||||
see the next example
|
see the next example
|
||||||
|
|
||||||
[muuntaja]: ../ring/default_middleware.md#content-negotiation
|
[muuntaja]: ../ring/default_middleware.md#content-negotiation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue