From 3e605920e5b10e729e1c7d72d01b05dd13dd84be Mon Sep 17 00:00:00 2001 From: Kallesh B S Date: Wed, 17 Sep 2025 09:59:06 +0530 Subject: [PATCH] auth clssification --- src/auth/auth.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index 185d58d..a575f12 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -10,7 +10,7 @@ import { Roles } from 'src/decorators/roles.decorator'; import { JwtAuthGuard } from 'src/guards/jwt-auth.guard'; @ApiTags('Auth') -@Controller() +@Controller("1") export class AuthController { constructor( private readonly authService: AuthService,