From 48096d01be0d9fee977199347cc009adf21c0f6c Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 26 Feb 2024 12:37:54 -0500 Subject: [PATCH] Change backend to null for test --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 4f9cf132..da6bcd65 100644 --- a/public/config.js +++ b/public/config.js @@ -12,7 +12,7 @@ window.__CONFIG__ = { VITE_NORMAL_ROUTER: false, // The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app - VITE_BACKEND_URL: "https://sudo-flix-backend.up.railway.app", + VITE_BACKEND_URL: "null", // "https://sudo-flix-backend.up.railway.app", // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-" and "movie-" VITE_DISALLOWED_IDS: ""