excel import moved over
This commit is contained in:
4
src/cljc/auto_ap/routes/admin/excel_invoices.cljc
Normal file
4
src/cljc/auto_ap/routes/admin/excel_invoices.cljc
Normal file
@@ -0,0 +1,4 @@
|
||||
(ns auto-ap.routes.admin.excel-invoices)
|
||||
|
||||
(def routes {"" {:get ::page}
|
||||
"/import" {:post ::import}})
|
||||
Reference in New Issue
Block a user