- SignupRequestDTO accoundId -> accountId 오타 수정
This commit is contained in:
geonhee-min
2025-12-16 14:50:14 +09:00
parent 7ceb9eb639
commit a08682ef68

View File

@@ -13,7 +13,7 @@ export class SignupRequestDTO extends BaseRequestDTO {
nickname!: string;
@IsString()
accoundId!: string;
accountId!: string;
@IsString()
@Matches(PasswordFormat)