Adds Yodlee2 Option.

This commit is contained in:
Bryce Covert
2020-12-22 08:45:12 -08:00
parent c66244a8fb
commit c28bd9635d
11 changed files with 842 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
[auto-ap.routes.graphql :as graphql]
[auto-ap.routes.invoices :as invoices]
[auto-ap.routes.yodlee :as yodlee]
[auto-ap.routes.yodlee2 :as yodlee2]
[buddy.auth.backends.token :refer [jws-backend]]
[buddy.auth.middleware :refer [wrap-authentication wrap-authorization]]
[clojure.tools.logging :as log]
@@ -54,6 +55,7 @@
(context "/api" []
exports/routes
yodlee/routes
yodlee2/routes
invoices/routes
graphql/routes
auth/routes