1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

add https:// to backend link lol

This commit is contained in:
Cooper Ransom 2024-02-26 11:14:57 -05:00
parent ed2a89a219
commit fcdb605d97

View file

@ -12,7 +12,7 @@ window.__CONFIG__ = {
VITE_NORMAL_ROUTER: false, VITE_NORMAL_ROUTER: false,
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app // 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-<id>" and "movie-<id>" // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
VITE_DISALLOWED_IDS: "" VITE_DISALLOWED_IDS: ""