diff --git a/src/app/getBots/route.ts b/src/app/getBots/route.ts index 5b61b3b..cd66227 100644 --- a/src/app/getBots/route.ts +++ b/src/app/getBots/route.ts @@ -24,7 +24,7 @@ export async function GET(req: Request) { verified: true } }) - return new Response(JSON.stringify({ success: true, ...dbFetch }), { + return new Response(JSON.stringify(dbFetch), { headers: { 'content-type': 'application/json' }