Skip to content

Commit

Permalink
#48 [MOD] : baseUnitResponse 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonji-sw committed Sep 3, 2024
1 parent 5dd151e commit c6958d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.teamwable.network.dto.request.RequestWithdrawalDto
import com.teamwable.network.dto.response.ResponseProfileInfoDto
import com.teamwable.network.dto.response.profile.ResponseMemberDataDto
import com.teamwable.network.util.BaseResponse
import com.teamwable.network.util.BaseUnitResponse
import retrofit2.http.Body
import retrofit2.http.GET
import retrofit2.http.PATCH
Expand All @@ -19,5 +20,5 @@ interface ProfileService {
suspend fun getMemberData(): BaseResponse<ResponseMemberDataDto>

@PATCH("api/v1/withdrawal")
suspend fun patchWithdrawal(@Body requestWithdrawalDto: RequestWithdrawalDto): BaseResponse<Unit>
suspend fun patchWithdrawal(@Body requestWithdrawalDto: RequestWithdrawalDto): BaseUnitResponse<Unit>
}

0 comments on commit c6958d6

Please sign in to comment.