mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
more tests
This commit is contained in:
parent
3af1bd2083
commit
1bab89b1a0
1 changed files with 3 additions and 1 deletions
|
|
@ -89,7 +89,9 @@
|
||||||
:form {:c string?}
|
:form {:c string?}
|
||||||
:header {:d string?}
|
:header {:d string?}
|
||||||
:path {:e string?}}
|
:path {:e string?}}
|
||||||
:responses {200 {:body {:total pos-int?}}}
|
:responses {200 {:body {:total pos-int?}}
|
||||||
|
400 {:description "fail"}
|
||||||
|
500 {}}
|
||||||
:handler identity}}]]
|
:handler identity}}]]
|
||||||
{:data {:middleware [rrc/coerce-exceptions-middleware
|
{:data {:middleware [rrc/coerce-exceptions-middleware
|
||||||
rrc/coerce-request-middleware
|
rrc/coerce-request-middleware
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue