payments ssr
voiding supports bulk void. exact match id linking voidnig payments works. minor tweak.
This commit is contained in:
6
src/cljc/auto_ap/routes/payments.cljc
Normal file
6
src/cljc/auto_ap/routes/payments.cljc
Normal file
@@ -0,0 +1,6 @@
|
||||
(ns auto-ap.routes.payments)
|
||||
(def routes {"" {:get ::page}
|
||||
"/bulk-delete" {:get ::bulk-delete
|
||||
:delete ::bulk-delete-confirm}
|
||||
["/" [#"\d+" :db/id]] {:delete ::delete}
|
||||
"/table" ::table})
|
||||
Reference in New Issue
Block a user