mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web-src/jsonapi] move endpoint /api/update as PUT operation
This commit is contained in:
committed by
ejurgensen
parent
8c024387ae
commit
e0a18082f7
@@ -18,7 +18,7 @@ export default {
|
||||
},
|
||||
|
||||
library_update () {
|
||||
return axios.get('/api/update')
|
||||
return axios.put('/api/update')
|
||||
},
|
||||
|
||||
library_update_meta () {
|
||||
|
||||
Reference in New Issue
Block a user