We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daa34f commit 0718b6fCopy full SHA for 0718b6f
1 file changed
libdd-http-client/README.md
@@ -19,7 +19,7 @@ let client = HttpClient::new(
19
20
let request = HttpRequest::new(
21
HttpMethod::Post,
22
- "http://localhost:8126/v0.4/traces".to_owned(),
+ "/v0.4/traces".to_owned(),
23
);
24
let response = client.send(request).await?;
25
println!("Status: {}", response.status_code);
0 commit comments