mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
Minor tweaks
This commit is contained in:
@ -45,9 +45,9 @@ pub fn main() {
|
||||
})
|
||||
.route("/", web::get().to(index))
|
||||
})
|
||||
.bind("127.0.0.1:8088")
|
||||
.unwrap()
|
||||
.run()
|
||||
.unwrap();
|
||||
.bind("127.0.0.1:8088")
|
||||
.unwrap()
|
||||
.run()
|
||||
.unwrap();
|
||||
}
|
||||
// </start_app>
|
||||
|
Reference in New Issue
Block a user