moved to integreat

This commit is contained in:
Bryce Covert
2018-04-10 06:43:44 -07:00
parent 5e7add409f
commit 39fa8a8032
18 changed files with 50 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
(ns auto-ap.routes.utils
(:require [clojure.spec.alpha :as s]
[buddy.auth :refer [authenticated?]]))
(:require [buddy.auth :refer [authenticated?]]
[clojure.spec.alpha :as s]))
(defn wrap-secure [handler]
(fn [request]