mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
5 lines
295 B
TypeScript
5 lines
295 B
TypeScript
export const CORS_PROXY_URL = "https://proxy-1.movie-web.workers.dev/?destination=";
|
|
export const OMDB_API_KEY = "aa0937c0";
|
|
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
|
|
export const GITHUB_LINK = "https://github.com/JamesHawkinss/movie-web";
|
|
export const APP_VERSION = "2.0.1";
|