Skip to content

Commit 0b00fcf

Browse files
authored
Update main.rs
1 parent 6a33dd8 commit 0b00fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async fn main() -> std::io::Result<()> {
4646
App::new().wrap(cors).service(cast_command_handler)
4747
})
4848
.keep_alive(Duration::from_secs(600))
49-
.bind("127.0.0.1:8080")?
49+
.bind("0.0.0.0:8080")?
5050
.workers(5)
5151
.run()
5252
.await

0 commit comments

Comments
 (0)