mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 20:09:37 +00:00
Remove unneeded /dev routing
This commit is contained in:
parent
076f71d490
commit
69dd82d329
2 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ export default function ({ $axios, store, $config }) {
|
|||
}
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
config.url = `/dev${config.url}`
|
||||
console.log('Making request to ' + config.url)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue