mirror of
https://github.com/Radiquum/AniX.git
synced 2025-07-01 18:08:42 +05:00
fix(frontend/color-picker): fix dynamic theme depending on user avatar
This commit is contained in:
parent
25e8015735
commit
8897aca6c9
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
let API_URL = "/api/v1";
|
||||
export let API_URL = "/api/v1";
|
||||
|
||||
if (process.env.API_URL) {
|
||||
API_URL = process.env.API_URL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue