Loading backend/src/user/dto/create-user.dto.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ export class CreateUserDto { @ApiProperty() password: string; @ApiProperty() birthdate: Date; birthDate: Date; } Loading
backend/src/user/dto/create-user.dto.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ export class CreateUserDto { @ApiProperty() password: string; @ApiProperty() birthdate: Date; birthDate: Date; }