mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
update migration
This commit is contained in:
parent
6a0cd2dced
commit
1c75e6876b
3 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ async fn index(info: web::Path<(u32, String)>) -> impl Responder {
|
|||
async fn main() -> std::io::Result<()> {
|
||||
HttpServer::new(|| App::new().service(index))
|
||||
.bind("127.0.0.1:8080")?
|
||||
.start()
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue