aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-03-03 20:02:25 +0530
committerRitesh Ghosh <[email protected]>2024-03-03 20:02:25 +0530
commit5562885184e892743f14df199a21d9521deeb989 (patch)
treecba3546246d484a4c6439dff5f3d4206d329f363
parent10ab4ad9ebfbe24a0c2b524517a922524fe91e86 (diff)
downloadaniwatch-api-5562885184e892743f14df199a21d9521deeb989.tar.xz
aniwatch-api-5562885184e892743f14df199a21d9521deeb989.zip
feat: update rebranded domain name
-rw-r--r--src/utils/constants.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 0813a5d..0d95751 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -6,7 +6,8 @@ export const USER_AGENT_HEADER =
export const ACCEPT_HEADER =
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9";
-export const SRC_BASE_URL = "https://aniwatchtv.to";
+// previously aniwatch.to || aniwatchtv.to
+export const SRC_BASE_URL = "https://hianime.to";
export const SRC_AJAX_URL = `${SRC_BASE_URL}/ajax`;
export const SRC_HOME_URL = `${SRC_BASE_URL}/home`;
export const SRC_SEARCH_URL = `${SRC_BASE_URL}/search`;