bug fixes

This commit is contained in:
Peter Papp
2021-05-14 10:29:46 +02:00
parent b4e6561134
commit 722eceb0c1
23 changed files with 172 additions and 137 deletions
@@ -86,7 +86,7 @@ export default {
// Send request to get share link
axios
.post(`/api/invoices/${this.pickedItem.id}/share`,
.post(`/api/v1/invoicing/invoices/${this.pickedItem.id}/share`,
this.shareOptions
)
.then(() => {