routes refactoring

This commit is contained in:
Peter Papp
2021-05-13 17:50:42 +02:00
parent 3af8bff13b
commit b4e6561134
16 changed files with 573 additions and 608 deletions

View File

@@ -86,7 +86,7 @@ export default {
// Send request to get share link
axios
.post(`/api/oasis/invoices/${this.pickedItem.id}/share`,
.post(`/api/invoices/${this.pickedItem.id}/share`,
this.shareOptions
)
.then(() => {