added Login

This commit is contained in:
2025-09-10 16:39:44 -04:00
parent d73c0cf4e7
commit d9afbcd1e9
4 changed files with 54 additions and 31 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { IsString } from "class-validator";
export class CreateUserDto {
@IsString()
username:string
usuario:string
@IsString()
password:string