Commit 5fac6426 authored by Diego Iván's avatar Diego Iván
Browse files

removiendo decorador innecesario

parent 70681b61
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ export class AuthUserController {
  constructor(private readonly authUserService: AuthUserService) {}

  @ApiBody({ type: CreateUserDto })
  @ApiBearerAuth()
  @ApiCreatedResponse({
    type: UserSigninResDto,
  })