mirror of
https://github.com/metosin/reitit.git
synced 2026-02-06 04:03:11 +00:00
Merge pull request #405 from xificurC/patch-2
fix negation -> negotiation middleware
This commit is contained in:
commit
e27f2449b9
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