aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorAlberto-Duarte <alberto@albertoduarte.com>2023-04-21 13:51:46 +0100
committerAlberto-Duarte <alberto@albertoduarte.com>2023-04-21 13:51:46 +0100
commit1b3a300173c4531bebf3b88966a1fec64d276440 (patch)
tree6c8f9f0a745eadd3615a50bbf47e14d1233cb80c /services
First commit
Diffstat (limited to 'services')
-rw-r--r--services/requests.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/requests.tsx b/services/requests.tsx
new file mode 100644
index 0000000..da35bbc
--- /dev/null
+++ b/services/requests.tsx
@@ -0,0 +1,7 @@
+const API_KEY = '8216fbb9997cd81a67471e6cb5a6f2df'
+
+const requests = {
+ fetchTopRated: `/movie/top_rated?api_key=${API_KEY}`
+}
+
+export default requests \ No newline at end of file