vickydmt commited on
Commit
74cec98
·
verified ·
1 Parent(s): 5c0e181

Update src/utils/base_v1.js

Browse files
Files changed (1) hide show
  1. src/utils/base_v1.js +1 -1
src/utils/base_v1.js CHANGED
@@ -1 +1 @@
1
- export const v1_base_url = "aniwatchtv.to";
 
1
+ export const v1_base_url = (typeof globalThis !== 'undefined' && globalThis.V1_BASE_URL) || "aniwatchtv.to";