Removes glimpse, adds copy ids, cleans up error stuff, and supports ledyard

This commit is contained in:
2024-08-23 21:37:35 -07:00
parent ddb1d99cd3
commit 87ea623318
6 changed files with 27 additions and 19 deletions

View File

@@ -31,13 +31,7 @@
["/" [#"\d+" :db/id]] {:delete ::delete
"/unvoid" ::unvoid
"/edit" ::edit-wizard}
"/table" ::table
"/glimpse" {"" {:get :invoice-glimpse
:post :invoice-glimpse-upload
["/" [#"\w+" :textract-invoice-id]] {:get :invoice-glimpse-textract-invoice
"/create" {:post :invoice-glimpse-create-invoice}
"/update" {:patch :invoice-glimpse-update-textract-invoice}}}}})
"/table" ::table })
(def legacy-routes {"" ::legacy-invoices
"import" ::legacy-import-invoices