mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 03:20:20 +02:00
bump actix-web version
This commit is contained in:
@@ -32,6 +32,6 @@ async fn main() -> std::io::Result<()> {
|
||||
.service(web::resource("/").to(index))
|
||||
})
|
||||
.bind("0.0.0.0:8080")?
|
||||
.start()
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
|
Reference in New Issue
Block a user