forked from Ynov/ptitspas-ynov-back
temporary edit to check user creation
This commit is contained in:
parent
e2f2c8ea31
commit
90166fcfe2
@ -11,6 +11,7 @@ import { AuthGuard } from 'src/common/guards/auth.guard';
|
||||
export class AuthController {
|
||||
constructor(private readonly authService: AuthService) { }
|
||||
|
||||
@Public()
|
||||
@ApiOperation({ summary: 'Connexion' })
|
||||
@Post('login')
|
||||
async login(@Body() dto: LoginDto) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user