aboutsummaryrefslogtreecommitdiff
path: root/utils/movie_urls.js
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 01:33:00 +0530
committerreal-zephex <[email protected]>2024-05-11 01:33:00 +0530
commit4c4f8214637ac8d19e16f71d20542982a5eedad7 (patch)
treed59021d92da577b2c38bc591571fe13a35a3b779 /utils/movie_urls.js
parentMerge pull request #24 from zephex-alt/master (diff)
downloaddramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.tar.xz
dramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.zip
UI changes, Logic change and complete re-write for anime page
Diffstat (limited to 'utils/movie_urls.js')
-rw-r--r--utils/movie_urls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/movie_urls.js b/utils/movie_urls.js
index eb512aa..dd39bb6 100644
--- a/utils/movie_urls.js
+++ b/utils/movie_urls.js
@@ -1,5 +1,5 @@
const API_KEY = "171fe27dbfecc58e2a18fbced644cda9";
-const PROXY = "https://sup-proxy.zephex0-f6c.workers.dev/api-json?url=";
+export const PROXY = "https://sup-proxy.zephex0-f6c.workers.dev/api-json?url=";
// MOVIES
export const TRENDING = `${PROXY}https://api.themoviedb.org/3/trending/movie/day?api_key=${API_KEY}`;