[web-src/jsonapi] move endpoint /api/update as PUT operation

This commit is contained in:
whatdoineed2do/Ray
2019-06-18 10:15:22 +01:00
committed by ejurgensen
parent 8c024387ae
commit e0a18082f7
4 changed files with 7 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ export default {
},
library_update () {
return axios.get('/api/update')
return axios.put('/api/update')
},
library_update_meta () {