mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-containers
This commit is contained in:
@@ -652,7 +652,7 @@ impl HttpJsonRpc {
|
||||
|
||||
let mut request = self
|
||||
.client
|
||||
.post(self.url.full.clone())
|
||||
.post(self.url.expose_full().clone())
|
||||
.timeout(timeout)
|
||||
.header(CONTENT_TYPE, "application/json")
|
||||
.json(&body);
|
||||
|
||||
Reference in New Issue
Block a user