File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/src/main/java/com/betterlife/antifragile Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ object RetrofitInterface {
2626 private fun getClient (
2727 context : Context ): OkHttpClient {
2828 val builder = OkHttpClient .Builder ()
29- .readTimeout(5000 , TimeUnit .MILLISECONDS )
30- .connectTimeout(5000 , TimeUnit .MILLISECONDS )
29+ .readTimeout(50000 , TimeUnit .MILLISECONDS )
30+ .connectTimeout(50000 , TimeUnit .MILLISECONDS )
3131 .addInterceptor(HttpLoggingInterceptor ().setLevel(HttpLoggingInterceptor .Level .BODY ))
3232
3333 val authInterceptor = AuthInterceptor (context, TokenManager , authApiService)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package com.betterlife.antifragile.presentation.util
22
33object Constants {
44
5- const val BASE_URL = " https://prod .better-life-api.com"
5+ const val BASE_URL = " https://dev .better-life-api.com"
66}
You can’t perform that action at this time.
0 commit comments