Skip to content

Commit

Permalink
changed v2 baseurl from local to live one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichchhie committed Mar 18, 2020
1 parent 50f2e3c commit 0a658fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public Response intercept(Chain chain) throws IOException {

public static Retrofit retrofitV2() {
Retrofit.Builder builder = new Retrofit.Builder()
.baseUrl("http://192.168.1.71:8080/api/v2/")
.baseUrl("http://178.128.59.143:8080/api/v2/")
.addConverterFactory(GsonConverterFactory.create());


Expand Down

0 comments on commit 0a658fb

Please sign in to comment.