From dd572632f3e5212ea60e5b57710410a1f94f02a3 Mon Sep 17 00:00:00 2001 From: TioSam77 Date: Tue, 18 Jun 2024 17:23:30 -0600 Subject: [PATCH] S10 --- src/auth/auth.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index d706461..cb6a9f1 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -25,7 +25,7 @@ export class AuthController { async signIn(@Body() data: registerDto) { return this.authService.signIn(data); } - + //@UseGuards() @Post("register") async register(@Body() data: registerDto){ return this.authService.register(data)