Merge pull request #70 from M0nkeySan/patch-2
chore: update TMDB thumbnail URL to use w500
This commit is contained in:
commit
4562b8a148
1 changed files with 1 additions and 1 deletions
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue