migrates accounts
This commit is contained in:
@@ -16,8 +16,13 @@
|
||||
"/user" {"" :users
|
||||
"/table" :user-table
|
||||
"/impersonate" :user-impersonate
|
||||
[[#"\d+" :user-id] "/edit"] {:get :user-edit-dialog
|
||||
[[#"\d+" :db/id] "/edit"] {:get :user-edit-dialog
|
||||
:post :user-edit-save}}
|
||||
"/account" {"" :admin-accounts
|
||||
"/table" :admin-account-table
|
||||
"/override/new" :admin-account-client-override-new
|
||||
["/" [#"\d+" :db/id] "/edit"] {:get :admin-account-edit-dialog
|
||||
:post :admin-account-edit-save}}
|
||||
"/ezcater-xls" :admin-ezcater-xls}
|
||||
"transaction" {"/insights" {"" :transaction-insights
|
||||
"/table" :transaction-insight-table
|
||||
|
||||
Reference in New Issue
Block a user