can run transaction rules
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"/test" ::test
|
||||
"/new" {:get ::new-dialog}
|
||||
[[#"\d+" :db/id] "/edit"] ::edit-dialog
|
||||
[[#"\d+" :db/id] "/run"] ::execute-dialog
|
||||
[[#"\d+" :db/id] "/run"] {:get ::execute-dialog
|
||||
:post ::execute}
|
||||
"/check-badges" ::check-badges
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user