mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 22:09:10 +01:00
fix: tmdb fetch failure due ISP blocks in India
Signed-off-by: Megh Rathod <me@meghrathod.dev>
This commit is contained in:
parent
cf8018c9e9
commit
8a9def00de
@ -143,7 +143,7 @@ export function decodeTMDBId(
|
||||
};
|
||||
}
|
||||
|
||||
const baseURL = "https://api.themoviedb.org/3";
|
||||
const baseURL = "https://api.tmdb.org/3";
|
||||
|
||||
const apiKey = conf().TMDB_READ_API_KEY;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user