Skip to content

Commit

Permalink
-remove baseurl from app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycoola committed Jul 1, 2018
1 parent fdaa755 commit b7ae4b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions liband/src/main/java/com/liband/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public Response intercept(Chain chain) throws IOException {
builder.readTimeout(240, TimeUnit.SECONDS);
builder.writeTimeout(240, TimeUnit.SECONDS);
retrofitAdapter = new Retrofit.Builder()
.baseUrl("")
.addConverterFactory(GsonConverterFactory.create())
.client(builder.build())
.build();
Expand Down Expand Up @@ -126,7 +125,6 @@ public Response intercept(Chain chain) throws IOException {
builder.readTimeout(3000, TimeUnit.MILLISECONDS);
builder.writeTimeout(3000, TimeUnit.MILLISECONDS);
retrofitAdapter = new Retrofit.Builder()
.baseUrl("")
.addConverterFactory(GsonConverterFactory.create())
.client(builder.build())
.build();
Expand Down

0 comments on commit b7ae4b7

Please sign in to comment.