feat: update aniwatch domain name

This commit is contained in:
Ritesh Ghosh
2024-02-20 00:00:41 +05:30
parent 01dd5cfb01
commit 699b630c4b
+4 -4
View File
@@ -6,7 +6,7 @@ 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://aniwatch.to";
export const SRC_AJAX_URL = "https://aniwatch.to/ajax";
export const SRC_HOME_URL = "https://aniwatch.to/home";
export const SRC_SEARCH_URL = "https://aniwatch.to/search";
export const SRC_BASE_URL = "https://aniwatchtv.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`;