mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 18:27:05 +00:00
test
This commit is contained in:
@ -14,7 +14,7 @@ export class UserController {
|
||||
|
||||
@ApiBearerAuth()
|
||||
@UseGuards(AdminRoleGuard)
|
||||
@Get('list')
|
||||
@Get('list1')
|
||||
async userList(@Query() userListDto: UserListDto) {
|
||||
try {
|
||||
return await this.userService.userDetails(userListDto);
|
||||
|
Reference in New Issue
Block a user