diff --git a/src/main.rs b/src/main.rs index b2825b7..8799e35 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,7 +101,7 @@ async fn main() -> std::io::Result<()> { .service(index) .service(get_url) }) - .bind(format!("127.0.0.1:{}", port))? + .bind(format!("0.0.0.0:{}", port))? .run() .await } \ No newline at end of file