mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-17 20:28:37 +00:00
fix: update movieBox endpoints and catalog filter
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user