Browse Source

Merge pull request #111 from JamesHawkinss/master

Change proxy URL
pull/112/head
James Hawkins 3 years ago committed by GitHub
parent
commit
b3f40e8937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/mw_constants.ts

2
src/mw_constants.ts

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
export const CORS_PROXY_URL =
"https://proxy-1.movie-web.workers.dev/?destination=";
"https://proxy-02.no-cors-proxy.workers.dev/?destination=";
export const TMDB_API_KEY = "b030404650f279792a8d3287232358e3";
export const OMDB_API_KEY = "aa0937c0";
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";

Loading…
Cancel
Save