From 58c507ebf732e0d5e82d7f9dfea1155bb5f6db6b Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 13 Jan 2022 20:00:00 +0000 Subject: [PATCH] Update theflix.js --- src/lib/scraper/theflix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/scraper/theflix.js b/src/lib/scraper/theflix.js index 1d63e177..f8291ff4 100644 --- a/src/lib/scraper/theflix.js +++ b/src/lib/scraper/theflix.js @@ -1,4 +1,4 @@ -const BASE_URL = `${process.env.REACT_APP_CORS_PROXY_URL}https://www.theflix.to`; +const BASE_URL = `${process.env.REACT_APP_CORS_PROXY_URL}https://theflix.to`; async function findContent(searchTerm, type) { try {