lot of fixes & cleaning
This commit is contained in:
@@ -23,7 +23,6 @@ function put (path, data) {
|
||||
}
|
||||
|
||||
function del (path) {
|
||||
console.log(store.state.token)
|
||||
return api.delete(path, { headers: { 'x-access-token': store.state.token } }).then(ret => ret.data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user