chore: add register of user

This commit is contained in:
mahyargdz
2025-01-20 12:50:04 +03:30
parent 53a3d46ef5
commit 7431dad85f
16 changed files with 224 additions and 51 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class User extends BaseEntity {
password: string;
@Column({ type: "varchar", length: 150 })
fistName: string;
firstName: string;
@Column({ type: "varchar", length: 200 })
lastName: string;