Skip to content

[BE-58] refactor: 인증번호 확인 Response 리팩토링 #144

@xxbeann

Description

@xxbeann

어떤 리팩토링인가요?

S1-07 인증번호 확인 API에서 응답값을 수정합니다.

AS-IS

{
		"data" : {
		   "verificationCode" : "945345"
		}
		"status" : "success"
}

TO-BE

{
		"data" : {
		   "isVerified" : "True"
		}
		"status" : "success"
}

작업 상세 내용

  • S1-07 API Response 수정

참고할만한 자료(선택)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions