mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Change backend link
This commit is contained in:
parent
2cf23a2bd1
commit
ed2a89a219
1 changed files with 1 additions and 1 deletions
|
@ -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: null,
|
||||
VITE_BACKEND_URL: "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>"
|
||||
VITE_DISALLOWED_IDS: ""
|
||||
|
|
Loading…
Reference in a new issue