mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +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?}
|
||||
:header {:d string?}
|
||||
:path {:e string?}}
|
||||
:responses {200 {:body {:total pos-int?}}}
|
||||
:responses {200 {:body {:total pos-int?}}
|
||||
400 {:description "fail"}
|
||||
500 {}}
|
||||
:handler identity}}]]
|
||||
{:data {:middleware [rrc/coerce-exceptions-middleware
|
||||
rrc/coerce-request-middleware
|
||||
|
|
|
|||
Loading…
Reference in a new issue