other fixes.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
(defroutes api-routes
|
||||
(context "/api" []
|
||||
exports/export-routes
|
||||
yodlee/routes
|
||||
yodlee2/routes
|
||||
queries/query2-routes
|
||||
invoices/routes
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user