Skip to content

Commit

Permalink
REFACTOR : ProductRegistrationService retrofit을 AuthRetrofit으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minseonglove committed Dec 28, 2022
1 parent e6c536e commit 580e13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MainModule {
// 게시글 등록 요청
@ActivityRetainedScoped
@Provides
fun provideUserProductRegistrationService(@NormalRetrofit retrofit: Retrofit): ProductRegistrationService =
fun provideUserProductRegistrationService(@AuthRetrofit retrofit: Retrofit): ProductRegistrationService =
retrofit.create(ProductRegistrationService::class.java)

@ActivityRetainedScoped
Expand Down

0 comments on commit 580e13e

Please sign in to comment.