From fcdb605d97e5204811f4e66bff952c5248a7d5f8 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 26 Feb 2024 11:14:57 -0500 Subject: [PATCH] add https:// to backend link lol --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 9e4a6578..4f9cf132 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: "sudo-flix-backend.up.railway.app", + VITE_BACKEND_URL: "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: ""