Skip to content

Commit df82bed

Browse files
authored
fix: http client url typo (#940)
1 parent 0a22c00 commit df82bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/http-client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ use tracing::instrument;
6262
/// // Build client
6363
/// let client = HttpClientBuilder::default()
6464
/// .set_headers(headers)
65-
/// .build("wss://localhost:443")
65+
/// .build("http://localhost")
6666
/// .unwrap();
6767
///
6868
/// // use client....

0 commit comments

Comments
 (0)