mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 23:27:34 +02:00
Add dev proxies for all server path
This commit is contained in:
@ -14,7 +14,6 @@ export default function ({ $axios, store, $config }) {
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
console.log('Making request to ' + config.url)
|
||||
config.url = `/dev${config.url}`
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user