diff --git a/src/clj/auto_ap/handler.clj b/src/clj/auto_ap/handler.clj index a9ecbfa3..77064fda 100644 --- a/src/clj/auto_ap/handler.clj +++ b/src/clj/auto_ap/handler.clj @@ -9,6 +9,7 @@ [buddy.auth.backends.token :refer [jws-backend]] [buddy.auth.middleware :refer [wrap-authentication wrap-authorization]] [clojure.tools.logging :as log] + [clojure.string :as str] [compojure.core :refer :all] [compojure.route :as route] [config.core :refer [env]]