aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorAlberto-Duarte <alberto@albertoduarte.com>2023-04-25 16:27:11 +0100
committerAlberto-Duarte <alberto@albertoduarte.com>2023-04-25 16:27:11 +0100
commit66412b7788f49def33fc2143f9e1bd5d25bac261 (patch)
tree84b23113389f823533176319c311bed8437be75c /services
parent1b3a300173c4531bebf3b88966a1fec64d276440 (diff)
added more things jaja
Diffstat (limited to 'services')
-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