Skip to content
Snippets Groups Projects
Commit acff7a2f authored by Robin Appelman's avatar Robin Appelman
Browse files

print ws url

parent b351fca7
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ fn main() -> Result<()> {
};
let ws_url = get_endpoint(&nc_url, &username, &password)?;
println!("Found push server at {}", ws_url);
let ws_request = Request::get(ws_url)
.body(())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment