fix: update movieBox endpoints and catalog filter

This commit is contained in:
Himanshu
2026-05-27 20:08:07 +05:30
parent 4be02caff7
commit 5459c15f96
9 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const getEpisodes = async function ({
try {
const episodeLinks: EpisodeLink[] = [];
const response = await fetch("https://dob-worker.8man.workers.dev", {
const response = await fetch("https://dob-worker.1proxy.workers.dev", {
method: "POST",
headers: {
"Content-Type": "application/json",