parent
2253edd70d
commit
9473d4b928
@ -48,7 +48,8 @@ fn request<U: IntoUrl>(
|
||||
let req = http
|
||||
.request(method, url)
|
||||
.header("Authorization", format!("Bearer {}", access_token))
|
||||
.header("Content-Type", "application/json");
|
||||
.header("Content-Type", "application/json")
|
||||
.header("Liana-Version", "0.1");
|
||||
tracing::debug!("Sending http request: {:?}", req);
|
||||
req
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user