can run transaction rules

This commit is contained in:
2023-10-28 21:03:59 -07:00
parent e8a419fb3c
commit f0a7c378f7
4 changed files with 164 additions and 66 deletions

View File

@@ -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
})