mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Merge pull request #518 from 15joeybloom/patch-1
Fix middleware ordering in ring example
This commit is contained in:
commit
93e288bf34
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ A Ring routing app with input & output coercion using [data-specs](https://githu
|
|||
:muuntaja m/instance
|
||||
:middleware [parameters/parameters-middleware
|
||||
rrc/coerce-request-middleware
|
||||
rrc/coerce-response-middleware
|
||||
muuntaja/format-response-middleware]}})))
|
||||
muuntaja/format-response-middleware
|
||||
rrc/coerce-response-middleware]}})))
|
||||
```
|
||||
|
||||
Valid request:
|
||||
|
|
|
|||
Loading…
Reference in a new issue