Adds Yodlee2 Option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user