From 87fae370be1d437cc0f0b6cb59eeeabba95bd144 Mon Sep 17 00:00:00 2001 From: TioSam77 Date: Wed, 26 Jun 2024 13:19:10 -0600 Subject: [PATCH] Api fix 5 --- src/auth/dto/registerDto.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/dto/registerDto.dto.ts b/src/auth/dto/registerDto.dto.ts index 9f7dbb2..f544da4 100644 --- a/src/auth/dto/registerDto.dto.ts +++ b/src/auth/dto/registerDto.dto.ts @@ -22,4 +22,4 @@ export class registerDto{ @IsNotEmpty() correo: string; -} \ No newline at end of file +}