Update /matchall api endpoint to GET

This commit is contained in:
advplyr 2022-07-30 15:52:13 -05:00
parent 53cf6edd6a
commit 377ae7ab19
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ export default {
},
matchAll() {
this.$axios
.$post(`/api/libraries/${this.library.id}/matchall`)
.$get(`/api/libraries/${this.library.id}/matchall`)
.then(() => {
console.log('Starting scan for matches')
})