diff --git a/src/users/controllers/user.controller.ts b/src/users/controllers/user.controller.ts index 9d84c83..09518e8 100644 --- a/src/users/controllers/user.controller.ts +++ b/src/users/controllers/user.controller.ts @@ -14,7 +14,7 @@ export class UserController { @ApiBearerAuth() @UseGuards(AdminRoleGuard) - @Get('list1') + @Get('list') async userList(@Query() userListDto: UserListDto) { try { return await this.userService.userDetails(userListDto);