mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Comment out spec-validation
This commit is contained in:
parent
6d263ae1b6
commit
6efe4f612b
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@
|
|||
:body {:total (- x y)}})}}]]]
|
||||
|
||||
{;:reitit.interceptor/transform dev/print-context-diffs ;; pretty context diffs
|
||||
:validate spec/validate ;; enable spec validation for route data
|
||||
:reitit.spec/wrap spell/closed ;; strict top-level validation (alpha)
|
||||
;;:validate spec/validate ;; enable spec validation for route data
|
||||
;;:reitit.spec/wrap spell/closed ;; strict top-level validation (alpha)
|
||||
:exception pretty/exception
|
||||
:data {:coercion spec-coercion/coercion
|
||||
:muuntaja m/instance
|
||||
|
|
|
|||
Loading…
Reference in a new issue