migration: album art overlay

This commit is contained in:
Phan An 2022-04-24 01:49:26 +03:00
parent 6e5d0aa2c7
commit ce5b320b14
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -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`
})