Skip to content

Commit

Permalink
fix: http client url typo (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Nov 18, 2022
1 parent 0a22c00 commit df82bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/http-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use tracing::instrument;
/// // Build client
/// let client = HttpClientBuilder::default()
/// .set_headers(headers)
/// .build("wss://localhost:443")
/// .build("http://localhost")
/// .unwrap();
///
/// // use client....
Expand Down

0 comments on commit df82bed

Please sign in to comment.