diff --git a/src/routes/auth/auth.controller.ts b/src/routes/auth/auth.controller.ts index fbc0a2e..e6696a9 100644 --- a/src/routes/auth/auth.controller.ts +++ b/src/routes/auth/auth.controller.ts @@ -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) {