XciD HF Staff commited on
Commit
0f5c565
·
verified ·
1 Parent(s): 492f4cb

Update src/main.rs

Browse files
Files changed (1) hide show
  1. src/main.rs +1 -1
src/main.rs CHANGED
@@ -9,7 +9,7 @@ use tracing_subscriber::{
9
  {self},
10
  };
11
 
12
- const BIND_ADDRESS: &str = "127.0.0.1:9090";
13
 
14
  #[tokio::main]
15
  async fn main() -> anyhow::Result<()> {
 
9
  {self},
10
  };
11
 
12
+ const BIND_ADDRESS: &str = "0.0.0.0:9090";
13
 
14
  #[tokio::main]
15
  async fn main() -> anyhow::Result<()> {