From db22ceba17b5440b9387a0f5ee3c18a1aac6f9b4 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:36:38 +0300 Subject: [PATCH] remove comments --- src/group/controllers/group.controller.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/group/controllers/group.controller.ts b/src/group/controllers/group.controller.ts index 8430fe4..a37abc4 100644 --- a/src/group/controllers/group.controller.ts +++ b/src/group/controllers/group.controller.ts @@ -47,8 +47,8 @@ export class GroupController { } } - // @ApiBearerAuth() - // @UseGuards(JwtAuthGuard) + @ApiBearerAuth() + @UseGuards(JwtAuthGuard) @Post('control') async controlGroup(@Body() controlGroupDto: ControlGroupDto) { try {