Skip to content

Commit 84bb820

Browse files
Integrate with cloud (#1201)
* 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
1 parent fcfdeda commit 84bb820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/org/web3j/protocol/http/HttpService.java

+4
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ public HashMap<String, String> getHeaders() {
223223
return headers;
224224
}
225225

226+
public String getUrl() {
227+
return url;
228+
}
229+
226230
@Override
227231
public void close() throws IOException {}
228232
}

0 commit comments

Comments
 (0)