This commit is contained in:
2024-12-09 09:10:16 +08:00
parent 758626f2b0
commit 1dfaa4bb74
4 changed files with 69 additions and 66 deletions

View File

@@ -14,6 +14,7 @@ export async function GET(request: NextRequest) {
id: id as string,
},
});
return NextResponse.json(data, { status: 200 });
} catch (error) {
console.log(error);