fix: typo

This commit is contained in:
shinya
2025-07-08 21:48:08 +08:00
parent 5a734b944f
commit 358dde5c20

View File

@@ -52,7 +52,7 @@ export async function GET(request: Request) {
);
} else {
return NextResponse.json(
{ result: result },
{ results: result },
{
headers: {
'Cache-Control': `public, max-age=${cacheTime}`,