diff options
Diffstat (limited to 'src/app/top-airing/page.jsx')
| -rw-r--r-- | src/app/top-airing/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/top-airing/page.jsx b/src/app/top-airing/page.jsx index 8b97183..e68010f 100644 --- a/src/app/top-airing/page.jsx +++ b/src/app/top-airing/page.jsx @@ -37,7 +37,7 @@ export default async function Trending() { async function test() { const res = await fetch( - "https://dramalama-api.vercel.app/anime/gogoanime/top-airing", + "https://consumet-api-di2e.onrender.com/anime/gogoanime/top-airing", { cache: "force-cache" } ); const data = res.json(); |