Merge branch 'main' of https://github.com/rohan-sircar/actix-demo
This commit is contained in:
commit
470c4ec4bf
@ -109,6 +109,6 @@ async fn main() -> std::io::Result<()> {
|
|||||||
} else {
|
} else {
|
||||||
server.bind(addr)?
|
server.bind(addr)?
|
||||||
};
|
};
|
||||||
|
println!("whoops");
|
||||||
server.run().await
|
server.run().await
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user