We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46da57c commit a74565bCopy full SHA for a74565b
1 file changed
vapp/source/all.mjs
@@ -9,7 +9,7 @@ import SourceMikanAni from "./online/mikanani.mjs";
9
import SourceNicoTV from "./online/nicotv.mjs";
10
import SourceZzzFun from "./online/zzzfun.mjs";
11
12
-const AIRANIME_RP_URL = "https://air.tls.moe/fetch";
+const AIRANIME_RP_URL = "./fetch";
13
14
const ALL_SOURCES = [
15
new SourceBgmd(
0 commit comments