fully removes old invoice experience

This commit is contained in:
2024-08-09 20:32:32 -07:00
parent e947b4592c
commit 1bb8387051
21 changed files with 268 additions and 2333 deletions

View File

@@ -38,3 +38,10 @@
["/" [#"\w+" :textract-invoice-id]] {:get :invoice-glimpse-textract-invoice
"/create" {:post :invoice-glimpse-create-invoice}
"/update" {:patch :invoice-glimpse-update-textract-invoice}}}}})
(def legacy-routes {"" ::legacy-invoices
"import" ::legacy-import-invoices
"unpaid" ::legacy-unpaid-invoices
"paid" ::legacy-paid-invoices
"voided" ::legacy-voided-invoices
"new" ::legacy-new-invoice})