From 7f6ce50b22d30d8276a94b5575414ecde9e43060 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Fri, 23 Dec 2022 17:01:49 +0000 Subject: [PATCH] Update mw_constants.ts --- src/mw_constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw_constants.ts b/src/mw_constants.ts index 88022f0b..87e6ed60 100644 --- a/src/mw_constants.ts +++ b/src/mw_constants.ts @@ -1,5 +1,5 @@ export const CORS_PROXY_URL = - "https://proxy-1.movie-web.workers.dev/?destination="; + "https://proxy-02.no-cors-proxy.workers.dev/?destination="; export const TMDB_API_KEY = "b030404650f279792a8d3287232358e3"; export const OMDB_API_KEY = "aa0937c0"; export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";