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