aboutsummaryrefslogtreecommitdiff
path: root/src/app/video
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
committerreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
commit500ee5433bd6eabf27fc9723a04cfb6a4e66624a (patch)
treefd4b929a6375fa62b816e901b47230759ba4c2f4 /src/app/video
parentughh (diff)
downloaddramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.tar.xz
dramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.zip
fix: fixed the backed. let's hope it stays this way
Diffstat (limited to 'src/app/video')
-rw-r--r--src/app/video/[animeId]/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/video/[animeId]/page.jsx b/src/app/video/[animeId]/page.jsx
index 2285657..ed5773a 100644
--- a/src/app/video/[animeId]/page.jsx
+++ b/src/app/video/[animeId]/page.jsx
@@ -48,7 +48,7 @@ export default async function Video({ params }) {
async function getVideoLink(id) {
const res = await fetch(
- "https://dramalama-api.vercel.app/anime/gogoanime/watch/" + id
+ "https://consumet-api-di2e.onrender.com/anime/gogoanime/watch/" + id
);
const data = res.json();
return data;