fully removes old invoice experience
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user