Added Function to config Profil

This commit is contained in:
2026-02-08 14:21:07 +01:00
parent ff6201a42c
commit f1e9e3f8d4
11 changed files with 557 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ export async function GET(request: NextRequest) {
id: true,
email: true,
name: true,
photoUrl: true,
roleId: true,
role: {
select: {