home stretch

This commit is contained in:
2024-04-29 23:05:33 -07:00
parent f25ddc2ee4
commit f6dba46835
3 changed files with 169 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
(ns auto-ap.routes.admin.sales-summaries)
(def routes {"" {:get ::page}
"/table" ::table})
"/table" ::table
["/" [#"\d+" :db/id]] {:put ::edit-wizard}
"/edit/navigate" ::edit-wizard-navigate })