From 90166fcfe2f4469e7f97009cfacd570eb9c03ea0 Mon Sep 17 00:00:00 2001 From: sdraris Date: Thu, 4 Sep 2025 14:34:51 +0200 Subject: [PATCH] temporary edit to check user creation --- src/routes/auth/auth.controller.ts | 1 + 1 file changed, 1 insertion(+) 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) {