Skip to content

Commit

Permalink
[Mod] #18 AuthService 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaocoffee committed Jun 14, 2024
1 parent 29a96db commit 381ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/sopt/now/data/api/AuthService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface AuthService {
@POST("member/join")
suspend fun signUp(
@Body request: RequestSignUpDto,
): Response<BaseResponse<Unit>>
): BaseResponse<Unit>


@POST("member/login")
Expand Down

0 comments on commit 381ecab

Please sign in to comment.