From 52f49473bea5aeb395deec39cb52416a0794ca8c Mon Sep 17 00:00:00 2001 From: RY4N Date: Fri, 27 Mar 2026 01:58:00 +0600 Subject: [PATCH] fix: Update baseurl from hianime.to to aniwatchtv.to. --- src/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.ts b/src/config/config.ts index 5c697ac..04f3fd5 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -1,5 +1,5 @@ const config = { - baseurl: 'https://hianime.to', + baseurl: 'https://aniwatchtv.to', baseurl2: 'https://aniwatchtv.to', origin: '*', port: 5000,