This commit is contained in:
2025-11-27 14:43:58 -06:00
parent aff3a44c09
commit 71e5ca35f9
+1 -1
View File
@@ -7,7 +7,7 @@ import {
UnauthorizedException,
} from '@nestjs/common';
import { AuthService } from './auth.service';
@Controller('auth')
export class AuthController {
constructor(private readonly authService: AuthService) {}