This commit is contained in:
Rohan Sircar 2021-04-23 16:21:29 +05:30
commit 470c4ec4bf

View File

@ -109,6 +109,6 @@ async fn main() -> std::io::Result<()> {
} else {
server.bind(addr)?
};
println!("whoops");
server.run().await
}