Skip to content

Commit

Permalink
fix: 통계 api url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Feb 6, 2024
1 parent b097853 commit a6cd416
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import retrofit2.http.GET
import retrofit2.http.Query

interface StatisticsService {
@GET("statistics/mine")
@GET("statistics/mine/envelope")
suspend fun getMyStatistics(): ApiResult<MyStatisticsResponse>

@GET("statistics/susu")
@GET("statistics/susu/envelope")
suspend fun getSusuStatistics(
@Query("age") age: String,
@Query("relationshipId") relationshipId: Int,
Expand Down

0 comments on commit a6cd416

Please sign in to comment.