mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-19 04:17:29 +08:00
fix: typo
This commit is contained in:
@@ -52,7 +52,7 @@ export async function GET(request: Request) {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
{ result: result },
|
{ results: result },
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
'Cache-Control': `public, max-age=${cacheTime}`,
|
'Cache-Control': `public, max-age=${cacheTime}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user