Skip to content

Commit

Permalink
bug: fix delete in frontend (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Sep 29, 2023
1 parent 9df416c commit 6e32128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/invoices/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ <h6 class="text-subtitle1 q-my-none">
LNbits.api
.request(
'DELETE',
'/invoices/api/v1/invoice/' + invoice_id + '/delete',
'/invoices/api/v1/invoice/' + invoice_id,
adminkey,
)
.then((response) => {
Expand Down

0 comments on commit 6e32128

Please sign in to comment.