From 2f333479353864e9a5965459296bf8288592f1db Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 21 Mar 2024 13:15:44 +0530 Subject: fixes: minor performance improvements --- src/app/search/api/fetchInfo.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/app/search/api/fetchInfo.js (limited to 'src/app/search/api/fetchInfo.js') diff --git a/src/app/search/api/fetchInfo.js b/src/app/search/api/fetchInfo.js deleted file mode 100644 index 6ac0e69..0000000 --- a/src/app/search/api/fetchInfo.js +++ /dev/null @@ -1,9 +0,0 @@ -"use server"; - -export default async function testFunction(title) { - const res = await fetch( - "https://dramalama-api.vercel.app/anime/gogoanime/" + title - ); - const data = await res.json(); - return data; -} -- cgit v1.2.3