aboutsummaryrefslogtreecommitdiffstats
path: root/services/requests.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'services/requests.tsx')
-rw-r--r--services/requests.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/requests.tsx b/services/requests.tsx
index da35bbc..f77581d 100644
--- a/services/requests.tsx
+++ b/services/requests.tsx
@@ -1,7 +1,8 @@
const API_KEY = '8216fbb9997cd81a67471e6cb5a6f2df'
const requests = {
- fetchTopRated: `/movie/top_rated?api_key=${API_KEY}`
+ fetchTopRated: `/movie/top_rated?api_key=${API_KEY}`,
+ fetchTrending: `/trending/movie/day?api_key=${API_KEY}`,
}
export default requests \ No newline at end of file