intentando resolver

This commit is contained in:
2024-06-18 16:53:53 -06:00
parent 30048aa544
commit e463d51cb2
4 changed files with 9 additions and 6 deletions
-1
View File
@@ -26,7 +26,6 @@ export class AuthController {
return this.authService.signIn(data);
}
@UseGuards(AuthGuard)
@Post("register")
async register(@Body() data: registerDto){
return this.authService.register(data)