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