intentando resolver
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user