mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 05:45:26 +02:00
Clean up ApiRouter adding MiscController, move upload and scan to api endpoints
This commit is contained in:
@@ -232,7 +232,7 @@ export default {
|
||||
})
|
||||
|
||||
return this.$axios
|
||||
.$post('/upload', form)
|
||||
.$post('/api/upload', form)
|
||||
.then(() => true)
|
||||
.catch((error) => {
|
||||
console.error('Failed', error)
|
||||
|
||||
Reference in New Issue
Block a user