From 358dde5c20180c3015a04f174bd277ce7bf24e2d Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 8 Jul 2025 21:48:08 +0800 Subject: [PATCH] fix: typo --- src/app/api/search/one/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/search/one/route.ts b/src/app/api/search/one/route.ts index 4ad60c2..dcf208c 100644 --- a/src/app/api/search/one/route.ts +++ b/src/app/api/search/one/route.ts @@ -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}`,