mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
routes refactoring
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user