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,