Skip to content

Commit

Permalink
#6 feat/메인화면 : Retrofit 의 BASE_URL 임의 정의
Browse files Browse the repository at this point in the history
  • Loading branch information
HayleyKim0716 committed Aug 1, 2022
1 parent 21bfcdb commit c4c61c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import retrofit2.converter.gson.GsonConverterFactory
class NetworkModule {

companion object {
private const val BASE_URL = ""
private const val BASE_URL = "https://api.github.com" // 임의로 github api 로 추가함
}

@Provides
Expand Down

0 comments on commit c4c61c9

Please sign in to comment.