chore: update TMDB thumbnail URL to use w500

This commit is contained in:
M0nkeySan 2023-10-22 11:12:57 +02:00 committed by GitHub
commit 98d6729bfc
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/'