diff options
| author | real-zephex <[email protected]> | 2024-03-21 23:33:39 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 23:33:39 +0530 |
| commit | 500ee5433bd6eabf27fc9723a04cfb6a4e66624a (patch) | |
| tree | fd4b929a6375fa62b816e901b47230759ba4c2f4 /src/app/search | |
| parent | ughh (diff) | |
| download | dramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.tar.xz dramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.zip | |
fix: fixed the backed. let's hope it stays this way
Diffstat (limited to 'src/app/search')
| -rw-r--r-- | src/app/search/components/fetchInfo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/search/components/fetchInfo.js b/src/app/search/components/fetchInfo.js index f843dff..07b203d 100644 --- a/src/app/search/components/fetchInfo.js +++ b/src/app/search/components/fetchInfo.js @@ -6,7 +6,7 @@ export default async function Results(id) { async function testFunction(title) { const res = await fetch( - "https://dramalama-api.vercel.app/anime/gogoanime/" + title, + "https://consumet-api-di2e.onrender.com/anime/gogoanime/" + title, { cache: "force-cache" } ); const data = await res.json(); |