Skip to content

Commit

Permalink
Merge pull request #16 from NOW-SOPT-ANDROID/feat/#16-week6_compose
Browse files Browse the repository at this point in the history
Feat/#14 week6 compose
  • Loading branch information
hyeeum authored Jun 7, 2024
2 parents a2a2bad + d66309d commit 0d6b1a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import retrofit2.http.Body
import retrofit2.http.POST

interface AuthService {
//suspend로 수정 후 올리겠습니다..!
@POST("member/join") //http 메소드
fun postSignUp(
@Body request: RequestSignUpDto
Expand Down

0 comments on commit 0d6b1a4

Please sign in to comment.