mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Shared pages refactoring part 1
This commit is contained in:
5
resources/js/store/modules/sharing.js
vendored
5
resources/js/store/modules/sharing.js
vendored
@@ -47,11 +47,6 @@ const actions = {
|
||||
})
|
||||
})
|
||||
},
|
||||
getSingleFile: ({ commit }) => {
|
||||
axios.get(`/api/browse/file/${router.currentRoute.params.token}`).then((response) => {
|
||||
commit('STORE_SHARED_FILE', response.data)
|
||||
})
|
||||
},
|
||||
getShareDetail: ({ commit, state }, token) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
axios
|
||||
|
||||
Reference in New Issue
Block a user