1
0
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:
pandaman64
2019-12-26 15:47:31 +09:00
parent 2e1d98a4be
commit 73e70bd249
3 changed files with 3 additions and 3 deletions

View File

@@ -32,6 +32,6 @@ async fn main() -> std::io::Result<()> {
.service(web::resource("/").to(index))
})
.bind("0.0.0.0:8080")?
.start()
.run()
.await
}