From 71e5ca35f91ec899129ec12003ef87593e19cc80 Mon Sep 17 00:00:00 2001 From: Tyrannusss Date: Thu, 27 Nov 2025 14:43:58 -0600 Subject: [PATCH] . --- 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 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) {}