diff --git a/php/fetch-servers.php b/php/fetch-servers.php index c5c4482..5d0e061 100644 --- a/php/fetch-servers.php +++ b/php/fetch-servers.php @@ -255,7 +255,7 @@ */ function query_single_servers_for_rooms($server_url, &$failed_arr = null) { $result = array(); - $endpoint = "/rooms"; + $endpoint = "/rooms?all=1"; $json_url = $server_url . $endpoint; // $json = file_get_contents($json_url); $json = curl_get_contents($json_url); // circumvents flaky routing