diff --git a/apps/gateway/src/rest/auth.controller.ts b/apps/gateway/src/rest/auth.controller.ts index 579da62..2f8c981 100644 --- a/apps/gateway/src/rest/auth.controller.ts +++ b/apps/gateway/src/rest/auth.controller.ts @@ -11,7 +11,7 @@ import { ResponseSuccess } from '@app/shared/dto/response.dto'; -@Controller('auth') +@Controller() export class AuthController { /*constructor(private readonly authService: AuthService) {}