Skip to content

Commit 9b96dd3

Browse files
committed
[BOOK-46] chore: OkHttpClient, Retrofit 제공 함수 네이밍 변경
1 parent e8e6961 commit 9b96dd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/network/src/main/kotlin/com/ninecraft/booket/core/network/di

core/network/src/main/kotlin/com/ninecraft/booket/core/network/di/NetworkModule.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ internal object NetworkModule {
4848

4949
@Singleton
5050
@Provides
51-
internal fun providePokemonOkHttpClient(
51+
internal fun provideOkHttpClient(
5252
httpLoggingInterceptor: HttpLoggingInterceptor,
5353
): OkHttpClient {
5454
return OkHttpClient.Builder()
@@ -61,7 +61,7 @@ internal object NetworkModule {
6161

6262
@Singleton
6363
@Provides
64-
internal fun providePokemonApiRetrofit(
64+
internal fun provideRetrofit(
6565
okHttpClient: OkHttpClient,
6666
): Retrofit {
6767
return Retrofit.Builder()

0 commit comments

Comments
 (0)