Skip to content

Commit

Permalink
feat: Service의 API 주소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Sep 15, 2023
1 parent c2e3b17 commit afa4ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ interface AuthService {
@Body platformAuthDto: PlatformAuthDto,
): Response<NaagaAuthDto>

@DELETE("/auth/member")
@DELETE("/auth/unlink")
suspend fun withdrawalMember()
}

0 comments on commit afa4ed5

Please sign in to comment.