fix: nginx as proxy add empty payload
This commit is contained in:
parent
f70995ad05
commit
c3a27e4158
|
|
@ -648,6 +648,7 @@ impl Client {
|
||||||
let resp = self
|
let resp = self
|
||||||
.http_client_with_auth(Method::POST, &url)
|
.http_client_with_auth(Method::POST, &url)
|
||||||
.await?
|
.await?
|
||||||
|
.json(&())
|
||||||
.send()
|
.send()
|
||||||
.await?;
|
.await?;
|
||||||
log_request_id(&resp);
|
log_request_id(&resp);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue