more cleanup.
This commit is contained in:
16
src/cljc/auto_ap/routes/admin/transaction_rules.cljc
Normal file
16
src/cljc/auto_ap/routes/admin/transaction_rules.cljc
Normal file
@@ -0,0 +1,16 @@
|
||||
(ns auto-ap.routes.admin.transaction-rules)
|
||||
|
||||
(def routes {"" {:get ::page
|
||||
:put ::save
|
||||
:post ::save}
|
||||
"/table" ::table
|
||||
"/account/filled" ::dialog-filled
|
||||
"/account/new" ::new-account
|
||||
"/account/location-select" ::location-select
|
||||
"/account/typeahead" ::account-typeahead
|
||||
"/test" ::test
|
||||
"/new" {:get ::new-dialog}
|
||||
[[#"\d+" :db/id] "/edit"] ::edit-dialog
|
||||
[[#"\d+" :db/id] "/run"] ::execute-dialog
|
||||
"/check-badges" ::check-badges
|
||||
})
|
||||
Reference in New Issue
Block a user