Updated on 2026-08-14
This commit is contained in:
parent
d588893224
commit
1a5130f332
4 changed files with 11 additions and 25 deletions
|
|
@ -41,16 +41,6 @@ class NetworkModule {
|
|||
.build();
|
||||
}
|
||||
|
||||
// //@Singleton // TODO:check
|
||||
// @Provides
|
||||
// @Named("Insight")
|
||||
// Retrofit provideRetrofitInsight(String insightURL) {
|
||||
// return new Retrofit.Builder()
|
||||
// .baseUrl(insightURL)
|
||||
// .addConverterFactory(GsonConverterFactory.create())
|
||||
// .build();
|
||||
// }
|
||||
|
||||
@Singleton
|
||||
@Provides
|
||||
@Named(Server.ApiEstimatefee.URL_ESTIMATEFEE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue