mirror of
https://github.com/sern-handler/frontpage-bot
synced 2026-06-06 01:16:54 +00:00
revert: an api change
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user