diff options
Diffstat (limited to 'planetwars-server/src/modules/client_api.rs')
-rw-r--r-- | planetwars-server/src/modules/client_api.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-server/src/modules/client_api.rs b/planetwars-server/src/modules/client_api.rs index 9c0bbe7..ac4394f 100644 --- a/planetwars-server/src/modules/client_api.rs +++ b/planetwars-server/src/modules/client_api.rs @@ -377,7 +377,7 @@ pub async fn run_client_api(runner_config: Arc<GlobalConfig>, pool: ConnectionPo runner_config, }; - let addr = SocketAddr::from(([127, 0, 0, 1], 50051)); + let addr = SocketAddr::from(([0, 0, 0, 0], 50051)); Server::builder() .add_service(pb::client_api_service_server::ClientApiServiceServer::new( server, |