almost there; datomic works for everything except http routes and import.

This commit is contained in:
BC
2018-09-20 23:34:57 -07:00
parent 4a237a8224
commit 951f8ceaea
10 changed files with 17 additions and 49 deletions

View File

@@ -7,7 +7,6 @@
[auto-ap.graphql.utils :refer [->graphql assert-admin]]
[auto-ap.routes.utils :refer [wrap-secure]]
[clj-time.coerce :refer [to-date]]
[auto-ap.db.invoices-expense-accounts :as expense-accounts]
[ring.middleware.json :refer [wrap-json-response]]
[compojure.core :refer [GET POST context defroutes wrap-routes]]
[clojure.string :as str]