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}`,