From 2c8f31ec7c80dcc0398fe6beec9afe08a8fcf208 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:26:41 +0300 Subject: [PATCH] test --- src/users/controllers/user.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users/controllers/user.controller.ts b/src/users/controllers/user.controller.ts index 09518e8..9d84c83 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('list') + @Get('list1') async userList(@Query() userListDto: UserListDto) { try { return await this.userService.userDetails(userListDto);