mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
refactoring part 1
This commit is contained in:
1
resources/js/store/modules/sharing.js
vendored
1
resources/js/store/modules/sharing.js
vendored
@@ -42,7 +42,6 @@ const actions = {
|
||||
})
|
||||
},
|
||||
getSingleFile: ({commit}) => {
|
||||
|
||||
axios.get(`/api/browse/file/${router.currentRoute.params.token}`)
|
||||
.then(response => {
|
||||
commit('STORE_SHARED_FILE', response.data)
|
||||
|
||||
Reference in New Issue
Block a user