diff options
| author | Ritesh Ghosh <[email protected]> | 2024-02-20 00:00:41 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-02-20 00:00:41 +0530 |
| commit | 699b630c4b66415222b0bb76e570ccfbedba0c75 (patch) | |
| tree | 5a8fd7ecda224f669586d439ad28f0e1e2b01468 /src/utils | |
| parent | 01dd5cfb016a11ecb1e02c54d5fad42dcef70486 (diff) | |
| download | aniwatch-api-699b630c4b66415222b0bb76e570ccfbedba0c75.tar.xz aniwatch-api-699b630c4b66415222b0bb76e570ccfbedba0c75.zip | |
feat: update aniwatch domain name
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/constants.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 146544a..0813a5d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -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`; |
