just in case

This commit is contained in:
2024-06-18 17:22:51 -06:00
parent 19fc136135
commit bfa5afd0f0
-1
View File
@@ -14,7 +14,6 @@ import {
import { AuthGuard } from './auth.guard';
import { AuthService } from './auth.service';
import { registerDto } from './dto/registerDto.dto';
import { UserDto } from 'src/users/dto/userDto.dto';
@Controller('auth')
export class AuthController {