Pregenerates recommendatios
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"/ezcater-xls" :admin-ezcater-xls}
|
||||
"transaction" {"/insights" {"" :transaction-insights
|
||||
"/table" :transaction-insight-table
|
||||
["/approve/" [#"\d+" :transaction-id]] {:post :transaction-insight-approve}
|
||||
["/code/" [#"\d+" :transaction-id]] {:post :transaction-insight-code}
|
||||
["/disapprove/" [#"\d+" :transaction-id]] {:delete :transaction-insight-disapprove}
|
||||
["/rows/" [#"\d+" :after]] {:get :transaction-insight-rows}
|
||||
["/explain/" [#"\d+" :transaction-id]] {:get :transaction-insight-explain}}}
|
||||
@@ -36,11 +36,10 @@
|
||||
"/reauthenticate" {:put :company-yodlee-provider-account-reauthenticate}}
|
||||
|
||||
"/plaid" {"" {:get :company-plaid}
|
||||
"/table" {:get :company-plaid-table}
|
||||
"/table" {:get :company-plaid-table}
|
||||
"/link" {:post :company-plaid-link}
|
||||
#_#_"/fastlink" {:get :company-yodlee-fastlink-dialog}
|
||||
#_#_"/refresh" {:put :company-yodlee-provider-account-refresh}}
|
||||
}})
|
||||
#_#_"/fastlink" {:get :company-yodlee-fastlink-dialog}
|
||||
#_#_"/refresh" {:put :company-yodlee-provider-account-refresh}}}})
|
||||
|
||||
|
||||
(def only-routes ["/" routes])
|
||||
|
||||
Reference in New Issue
Block a user