mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 18:44:44 +08:00
fix: typo
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user