excel import moved over

This commit is contained in:
2023-10-31 22:40:03 -07:00
parent 25b397325a
commit 6af9b6568f
7 changed files with 350 additions and 200 deletions

View File

@@ -0,0 +1,4 @@
(ns auto-ap.routes.admin.excel-invoices)
(def routes {"" {:get ::page}
"/import" {:post ::import}})