Browse Source

host changed

master
Xsivax 2 years ago
parent
commit
b6782127a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main.rs

+ 1
- 1
src/main.rs View File

@ -24,7 +24,7 @@ async fn main() -> std::io::Result<()> {
.route("/cyberpreneur", web::get().to(route::cyber))
.route("/offgrid", web::get().to(route::off))
})
.bind("127.0.0.1:5000")?
.bind("0.0.0.0:5000")?
.run()
.await
}

Loading…
Cancel
Save