exports work

This commit is contained in:
BC
2018-06-21 22:43:22 -07:00
parent be139abb5d
commit fc411909aa
5 changed files with 49 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
[auto-ap.routes.vendors :as vendors]
[auto-ap.routes.events :as events]
[auto-ap.routes.checks :as checks]
[auto-ap.routes.exports :as exports]
[auto-ap.db.utils :as u]
[buddy.auth.backends.token :refer [jws-backend]]
[buddy.auth.middleware :refer [wrap-authentication
@@ -31,6 +32,7 @@
(defroutes api-routes
(context "/api" []
exports/routes
invoices/routes
companies/routes
vendors/routes