mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 10:58:25 +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
|
||||
* 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