mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
sharing route refactoring
This commit is contained in:
2
resources/js/store/modules/sharing.js
vendored
2
resources/js/store/modules/sharing.js
vendored
@@ -50,7 +50,7 @@ const actions = {
|
||||
getShareDetail: ({ commit, state }, token) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
axios
|
||||
.get(`/api/sharing/share/${token}`)
|
||||
.get(`/api/sharing/${token}`)
|
||||
.then((response) => {
|
||||
resolve(response)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user