diff --git a/src/reitit/coercion.cljc b/src/reitit/coercion.cljc index 7ceff540..ae2fffdc 100644 --- a/src/reitit/coercion.cljc +++ b/src/reitit/coercion.cljc @@ -164,7 +164,7 @@ (if (and coercion responses) (let [coercers (response-coercers coercion responses opts)] (coerce-response coercers request response)) - (handler request)))) + response))) ([request respond raise] (let [method (:request-method request) match (ring/get-match request)