EP register and sign in finish
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user