fix: println
This commit is contained in:
parent
b1613686d7
commit
993ef577be
@ -20,7 +20,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
}"#)
|
}"#)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
println!("{}", request);
|
println!("{}", response.text()?);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user