This commit is contained in:
UltraLionFr
2025-08-20 19:43:11 +02:00
parent 6dac5b09c0
commit e5ee7e1721
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ export async function GET(req: Request) {
]);
return NextResponse.json({ pastes, total });
}
}