mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:05:08 +01:00
Use correct TMDB api key
This commit is contained in:
parent
a2c8b9f219
commit
8dcb954fdf
@ -1,6 +1,6 @@
|
||||
export const CORS_PROXY_URL =
|
||||
"https://proxy-1.movie-web.workers.dev/?destination=";
|
||||
export const TMDB_API_KEY = "9a31326bc179b029cd4513c489628e79";
|
||||
export const TMDB_API_KEY = "b030404650f279792a8d3287232358e3";
|
||||
export const OMDB_API_KEY = "aa0937c0";
|
||||
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
|
||||
export const GITHUB_LINK = "https://github.com/JamesHawkinss/movie-web";
|
||||
|
Loading…
Reference in New Issue
Block a user