Feature #99 + BugFixes

This commit is contained in:
2024-09-14 19:46:18 +02:00
parent 8dd13d5472
commit 8595e70ceb
16 changed files with 626 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ export class AuthController {
}
@UseGuards(AdminAuthGuard)
@Get('users')
@Get('user/all')
getUsers(): any {
return this.authService.getUsers();
}