aboutsummaryrefslogtreecommitdiff
path: root/src/app/recent
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/recent
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/recent')
-rw-r--r--src/app/recent/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/recent/page.jsx b/src/app/recent/page.jsx
index 73f4021..7081e46 100644
--- a/src/app/recent/page.jsx
+++ b/src/app/recent/page.jsx
@@ -37,7 +37,7 @@ export default async function Releases() {
async function test() {
const res = await fetch(
- "https://dramalama-api.vercel.app/anime/gogoanime/recent-episodes",
+ "https://consumet-api-di2e.onrender.com/anime/gogoanime/recent-episodes",
{ cache: "force-cache" }
);
const data = res.json();