Skip to content

Commit 0718b6f

Browse files
committed
chore: improve HTTP client README example
1 parent 7daa34f commit 0718b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-http-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let client = HttpClient::new(
1919

2020
let request = HttpRequest::new(
2121
HttpMethod::Post,
22-
"http://localhost:8126/v0.4/traces".to_owned(),
22+
"/v0.4/traces".to_owned(),
2323
);
2424
let response = client.send(request).await?;
2525
println!("Status: {}", response.status_code);

0 commit comments

Comments
 (0)