fix: update API endpoint for fetching episode links

This commit is contained in:
himanshu8443
2025-07-18 21:47:24 +05:30
parent f0266fb358
commit 0c853cfc4a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export const getEpisodes = async function ({
url = encodedLink ? atob(encodedLink) : url;
} else {
const redirectUrlRes = await fetch(
"https://ext.8man.me/api/cinemaluxe",
"https://cm-decrypt.8man.workers.dev/cinemaluxe",
{
method: "POST",
headers: {