diff --git a/app/page.tsx b/app/page.tsx index 7dabd7e..8f2bb12 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -28,7 +28,7 @@ export default function Home() { if (headerKey && headerValue) { headers[headerKey] = headerValue; } - + // console.log('Request Headers:', headers); try { const start = Date.now(); const fetchOptions: any = {