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

@@ -1,7 +1,5 @@
(ns auto-ap.routes.graphql
(:require [auto-ap.db.companies :as companies]
[auto-ap.routes.utils :refer [wrap-secure wrap-spec]]
[auto-ap.entities.companies :as entity]
(:require [auto-ap.routes.utils :refer [wrap-secure wrap-spec]]
[auto-ap.graphql :as ql]
[buddy.auth :refer [throw-unauthorized]]
[clojure.edn :as edn]