mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
routes refactoring
This commit is contained in:
@@ -349,7 +349,7 @@ export default {
|
||||
}
|
||||
|
||||
.image {
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
user-select: none;
|
||||
max-width: 100%;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -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