Skip to content

Commit

Permalink
fixtests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHub committed Dec 31, 2024
1 parent 8d7524f commit a73abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/routes/invoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ invoicesRouter.post('/excel', generateExcelForInvoicesController);

invoicesRouter.put('/', updateInvoiceController as any);

invoicesRouter.delete('/', deleteInvoiceController);
invoicesRouter.delete('/', deleteInvoiceController as any);
invoicesRouter.get('/xml/:id', getInvoiceXmlController);

export default invoicesRouter;

0 comments on commit a73abb2

Please sign in to comment.