mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
update deps
This commit is contained in:
@ -60,5 +60,5 @@ async fn main() -> io::Result<()> {
|
||||
};
|
||||
|
||||
debug!("Starting server");
|
||||
HttpServer::new(app).bind("localhost:8088")?.start().await
|
||||
HttpServer::new(app).bind("localhost:8088")?.run().await
|
||||
}
|
||||
|
Reference in New Issue
Block a user