revert: an api change

This commit is contained in:
2024-07-19 16:38:37 +02:00
parent 4506bb77da
commit 8b49c8ed18

View File

@@ -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'
}