mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update README.md
This commit is contained in:
parent
8be1b16cc7
commit
d663342fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ A Ring routing app with input & output coercion using [data-specs](https://githu
|
|||
:handler (fn [{{{:keys [x y]} :query} :parameters}]
|
||||
{:status 200
|
||||
:body {:total (+ x y)}})}}]]
|
||||
;; router data effecting all routes
|
||||
;; router data affecting all routes
|
||||
{:data {:coercion reitit.coercion.spec/coercion
|
||||
:middleware [rrc/coerce-exceptions-middleware
|
||||
rrc/coerce-request-middleware
|
||||
|
|
|
|||
Loading…
Reference in a new issue