mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-28 10:06:06 +00: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;
|
const apiKey = conf().TMDB_READ_API_KEY;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue