mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 19:08:24 +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
|
||||
* swagger-spec served from `"/swagger.json"`
|
||||
* 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
|
||||
|
||||
[muuntaja]: ../ring/default_middleware.md#content-negotiation
|
||||
|
|
|
|||
Loading…
Reference in a new issue