other fixes.

This commit is contained in:
2022-07-07 14:42:31 -07:00
parent f64df06110
commit 5078d4e3ce
3 changed files with 1 additions and 6 deletions

View File

@@ -55,7 +55,6 @@
(defroutes api-routes
(context "/api" []
exports/export-routes
yodlee/routes
yodlee2/routes
queries/query2-routes
invoices/routes

View File

@@ -9,7 +9,7 @@
(defroutes routes
(wrap-routes
#_(context "/yodlee" []
(context "/yodlee" []
(GET "/fastlink" {:keys [identity]}
(assert-admin identity)
(let [[session token] (yodlee/get-access-token)]