Skip to content

Commit

Permalink
[HOTFIX] Validate Token API 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-lab committed Sep 26, 2023
1 parent 9e43ccf commit 0f4e170
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ void saveMember() throws Exception {
new MemberSaveRequest(
"정해진",
"http://some-url-to-profile-image",
"01000000000",
Role.ROLE_USER,
new OAuthRequest(
"client-id", AuthType.APPLE))))
.contentType(MediaType.APPLICATION_JSON));
Expand Down

0 comments on commit 0f4e170

Please sign in to comment.