better way of keeping transactions up to date

This commit is contained in:
Bryce Covert
2020-09-25 06:07:19 -07:00
parent efb6b76670
commit 77786c084e
4 changed files with 14 additions and 28 deletions

View File

@@ -68,9 +68,6 @@
(def app-routes
(routes
(wrap-transaction api-routes)
(context "/api" [] events/routes)
static-routes))
(defn wrap-logging [handler]