can merge again.

This commit is contained in:
2024-01-09 23:23:51 -08:00
parent 810c3aacb2
commit e33cc24003
2 changed files with 133 additions and 13 deletions

View File

@@ -10,5 +10,7 @@
"/account-typeahead" ::account-typeahead
"/validate" ::validate
"/new" {:get ::new}
"/merge" {:get ::merge
:put ::merge-submit}
["/" [#"\d+" :db/id] "/edit"] {:get ::edit
}})