mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
-alpha
This commit is contained in:
parent
ed385afe5a
commit
fa639fc530
5 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
[reitit.ring.coercion :as rrc]
|
||||
[reitit.coercion.spec :as spec]
|
||||
[reitit.coercion.schema :as schema]
|
||||
[reitit.ring.middleware.alpha.muuntaja :as muuntaja]
|
||||
[reitit.ring.middleware.muuntaja :as muuntaja]
|
||||
|
||||
[schema.core :refer [Int]]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(ns reitit.ring.middleware.alpha.exception
|
||||
(ns reitit.ring.middleware.exception
|
||||
(:require [reitit.coercion :as coercion]
|
||||
[reitit.ring :as ring]))
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(ns reitit.ring.middleware.alpha.multipart
|
||||
(ns reitit.ring.middleware.multipart
|
||||
(:require [reitit.coercion :as coercion]
|
||||
[ring.middleware.multipart-params :as multipart-params]))
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
(ns reitit.ring.middleware.alpha.muuntaja
|
||||
(ns reitit.ring.middleware.muuntaja
|
||||
(:require [muuntaja.core :as m]
|
||||
[muuntaja.middleware]
|
||||
[clojure.spec.alpha :as s]))
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
(ns reitit.ring.middleware.muuntaja-test
|
||||
(:require [clojure.test :refer [deftest testing is]]
|
||||
[reitit.ring :as ring]
|
||||
[reitit.ring.middleware.alpha.muuntaja :as muuntaja]
|
||||
[reitit.ring.middleware.muuntaja :as muuntaja]
|
||||
[muuntaja.core :as m]
|
||||
[reitit.swagger :as swagger]
|
||||
[reitit.core :as r]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue