Merge branch 'master' into dev

This commit is contained in:
Elie Baier 2023-12-06 00:16:35 +01:00 committed by GitHub
commit 8aaf687ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,4 +80,5 @@ export async function POST(req: Request){
createdAt: grade.createdAt
}
});
return NextResponse.json({message: 'Server error'}, {status: 500})
}