We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a33dd8 commit 0b00fcfCopy full SHA for 0b00fcf
server/src/main.rs
@@ -46,7 +46,7 @@ async fn main() -> std::io::Result<()> {
46
App::new().wrap(cors).service(cast_command_handler)
47
})
48
.keep_alive(Duration::from_secs(600))
49
- .bind("127.0.0.1:8080")?
+ .bind("0.0.0.0:8080")?
50
.workers(5)
51
.run()
52
.await
0 commit comments