Removes glimpse, adds copy ids, cleans up error stuff, and supports ledyard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user