mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
migration: album art overlay
This commit is contained in:
parent
6e5d0aa2c7
commit
ce5b320b14
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const http = {
|
|||
return (await this.request<T>('delete', url, data)).data
|
||||
},
|
||||
|
||||
init (): void {
|
||||
init () {
|
||||
this.client = Axios.create({
|
||||
baseURL: KOEL_ENV === 'app' ? `${ls.get('koelHost')}api` : `${window.BASE_URL}api`
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue