Skip to content

Commit

Permalink
[FEAT/#106] 로그아웃 완벽 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 17, 2024
1 parent b0ad8ef commit 3601c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/src/main/java/com/terning/data/service/MyPageService.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.terning.data.service

import com.terning.data.dto.NonDataBaseResponse
import retrofit2.http.PATCH
import retrofit2.http.POST

interface MyPageService {
@PATCH("api/v1/mypage/logout")
@POST("api/v1/auth/logout")
suspend fun patchLogout(): NonDataBaseResponse

}

0 comments on commit 3601c50

Please sign in to comment.