From a84993126b78270bbfe1a09e1e08461d03741610 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 9 Jul 2022 08:51:25 -0700 Subject: [PATCH] readding. --- src/clj/auto_ap/routes/ezcater.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/routes/ezcater.clj b/src/clj/auto_ap/routes/ezcater.clj index 462dec35..68620826 100644 --- a/src/clj/auto_ap/routes/ezcater.clj +++ b/src/clj/auto_ap/routes/ezcater.clj @@ -1,7 +1,7 @@ (ns auto-ap.routes.ezcater (:require [clojure.tools.logging :as log] - [compojure.core :refer [context defroutes GET POST]] + [compojure.core :refer [context defroutes GET POST wrap-routes]] [ring.middleware.json :refer [wrap-json-params]] [ring.util.request :refer [body-string]]))