Feature #99 + BugFixes
This commit is contained in:
@@ -13,7 +13,7 @@ export class AuthController {
|
||||
}
|
||||
|
||||
@UseGuards(AdminAuthGuard)
|
||||
@Get('users')
|
||||
@Get('user/all')
|
||||
getUsers(): any {
|
||||
return this.authService.getUsers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user