Skip to content

Commit

Permalink
rm port
Browse files Browse the repository at this point in the history
  • Loading branch information
warycat committed Jul 10, 2021
1 parent b8fede4 commit f7be72f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async fn main() -> std::io::Result<()> {
.service(web::resource("/ws/").to(agents::websocket::ws_index))
})
.bind("127.0.0.1:8080")?
.bind("192.168.86.38:8080")?
.run()
.await
}

0 comments on commit f7be72f

Please sign in to comment.