diff options
| author | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
| commit | 4c4f8214637ac8d19e16f71d20542982a5eedad7 (patch) | |
| tree | d59021d92da577b2c38bc591571fe13a35a3b779 /utils/movie_urls.js | |
| parent | Merge pull request #24 from zephex-alt/master (diff) | |
| download | dramalama-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.js | 2 |
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}`; |