Skip to content

Commit

Permalink
[chore] naming 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jan 29, 2024
1 parent c356314 commit 55c8947
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import javax.inject.Singleton

@Module
@InstallIn(SingletonComponent::class)
object RetrofitServiceModule {
object ServiceModule {
@Provides
@Singleton
fun providesRefreshService(retrofit: Retrofit): MatchingService = retrofit.create()
fun providesMatchingService(retrofit: Retrofit): MatchingService = retrofit.create()
}

0 comments on commit 55c8947

Please sign in to comment.