EP register and sign in finish

This commit is contained in:
IO
2024-06-11 19:58:36 -06:00
parent a7a0edee5b
commit e61268a66a
6 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import {
} from '@nestjs/common';
import { AuthGuard } from './auth.guard';
import { AuthService } from './auth.service';
import { registerDto } from './Dto/registerDto.dto';
import { registerDto } from './dto/registerDto.dto';
@Controller('auth')
export class AuthController {