mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Clean up ApiRouter adding MiscController, move upload and scan to api endpoints
This commit is contained in:
parent
69fcb103e4
commit
57399bb79e
14 changed files with 299 additions and 270 deletions
|
@ -232,7 +232,7 @@ export default {
|
|||
})
|
||||
|
||||
return this.$axios
|
||||
.$post('/upload', form)
|
||||
.$post('/api/upload', form)
|
||||
.then(() => true)
|
||||
.catch((error) => {
|
||||
console.error('Failed', error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue