diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index e8356d6..3c8ee7c 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -7,7 +7,7 @@ import { UnauthorizedException, } from '@nestjs/common'; import { AuthService } from './auth.service'; - + @Controller('auth') export class AuthController { constructor(private readonly authService: AuthService) {}