Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 이메일 인증번호 Response 오류 #3

Open
citytexi opened this issue Oct 13, 2023 · 0 comments
Open

[Bug] 이메일 인증번호 Response 오류 #3

citytexi opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@citytexi
Copy link
Contributor

발생 위치: VerificationService.kt

@GET("verify/{memberEmail}")
suspend fun sendVerificationCode(
    @Path("memberEmail") userEmail: String
)
  • 이메일 인증번호가 발송되도 Response는 400번대 오류 발생
@citytexi citytexi added the bug Something isn't working label Oct 13, 2023
@citytexi citytexi self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant