1
This commit is contained in:
parent
ec5cfbdeb3
commit
2766b0d649
@ -319,7 +319,7 @@ fn main() {
|
||||
.app_data(counter.clone()) // <- register the created data
|
||||
.route("/", web::get().to(index))
|
||||
})
|
||||
.bind(("127.0.0.1", 8080))?
|
||||
.bind(("0.0.0.0", 8080))?
|
||||
.run()
|
||||
.await
|
||||
});
|
||||
|
2
third_party/librust
vendored
2
third_party/librust
vendored
@ -1 +1 @@
|
||||
Subproject commit af0cae3d246dc2ac6a4729c7fc6ce9ee7630d029
|
||||
Subproject commit 3146caeaf2effb3cd5ede9e13fcd61e5e448dc8d
|
Loading…
x
Reference in New Issue
Block a user