Merge pull request #70 from M0nkeySan/patch-2

chore: update TMDB thumbnail URL to use w500
This commit is contained in:
the-rarbg 2023-10-22 21:06:26 +05:30 committed by GitHub
commit 4562b8a148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import {v4 as uuidv4} from 'uuid'
export const TMDB_ENDPOINT = "https://api.themoviedb.org/3"
export const TMDB_API_KEY = "d0e6107be30f2a3cb0a34ad2a90ceb6f"
export const TMDB_IMAGE_ENDPOINT = 'https://image.tmdb.org/t/p/original'
export const TMDB_IMAGE_ENDPOINT = 'https://image.tmdb.org/t/p/w500'
export const pathToSearchAll = '/search/'