made build work once again.

This commit is contained in:
Bryce Covert
2020-12-22 16:39:57 -08:00
parent c3b79a6f2f
commit d9bd03f68e
4 changed files with 18 additions and 11 deletions

View File

@@ -32,12 +32,6 @@
:headers {"Content-Type" "application/edn"}
:body (pr-str (yodlee/get-accounts)) }))
(GET "/provider-accounts" {:keys [query-params identity] :as request}
(assert-admin identity)
(log/info "working on provider accounts...")
{:status 200
:headers {"Content-Type" "application/edn"}
:body (pr-str @yodlee/in-memory-cache) })
(POST "/reauthenticate/:id" {:keys [query-params identity] {:keys [id]} :route-params
data :edn-params
:as request}