mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Added missing user delete route.
This commit is contained in:
parent
7d952029c1
commit
fc4716a38d
4 changed files with 37 additions and 12 deletions
|
|
@ -29,7 +29,7 @@ export async function POST(request: Request) {
|
|||
name,
|
||||
accessCode: `team_${getRandomChars(16)}`,
|
||||
},
|
||||
auth.user.userId,
|
||||
auth.user.id,
|
||||
);
|
||||
|
||||
return json(team);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue