Skip to content

Commit

Permalink
Integrate with cloud (#1201)
Browse files Browse the repository at this point in the history
* update default url for services

* fix npe

* spotlesS

* revert gradle properties

* Add getter for httpservice url, now that it may not be exposed by default to users
  • Loading branch information
josh-richardson authored Apr 27, 2020
1 parent fcfdeda commit 84bb820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/java/org/web3j/protocol/http/HttpService.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ public HashMap<String, String> getHeaders() {
return headers;
}

public String getUrl() {
return url;
}

@Override
public void close() throws IOException {}
}

0 comments on commit 84bb820

Please sign in to comment.