Skip to content

Commit

Permalink
#50 잘못 들어간 브랜치 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
laco-dev committed Jul 16, 2023
1 parent 7e0bc7c commit 98780d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import retrofit2.http.GET

internal interface GithubRawApi {

@GET("/droidknights/DroidKnights2023_App/feature/#50/data/src/main/assets/sponsors.json")
@GET("/droidknights/DroidKnights2023_App/main/data/src/main/assets/sponsors.json")
suspend fun getSponsors(): List<SponsorResponse>
}

0 comments on commit 98780d7

Please sign in to comment.