Commit 5b937fb1 authored by topjohnwu's avatar topjohnwu

Random changes

parent ff828116
...@@ -28,7 +28,7 @@ fun createOkHttpClient(): OkHttpClient { ...@@ -28,7 +28,7 @@ fun createOkHttpClient(): OkHttpClient {
if (BuildConfig.DEBUG) { if (BuildConfig.DEBUG) {
val httpLoggingInterceptor = HttpLoggingInterceptor().apply { val httpLoggingInterceptor = HttpLoggingInterceptor().apply {
level = HttpLoggingInterceptor.Level.BODY level = HttpLoggingInterceptor.Level.HEADERS
} }
builder.addInterceptor(httpLoggingInterceptor) builder.addInterceptor(httpLoggingInterceptor)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment