mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
fix server list endpoint url
This commit is contained in:
parent
c0a807194c
commit
ebdb94f362
@ -423,7 +423,7 @@ void ClientNetwork::start_browsing() {
|
||||
|
||||
Result<nlohmann::json, std::string> ClientNetwork::load_server_list() noexcept {
|
||||
try {
|
||||
auto list = HTTP::Get("https://backend.beammp.com/servers-list");
|
||||
auto list = HTTP::Get("https://backend.beammp.com/servers-info");
|
||||
if (list == "-1") {
|
||||
return outcome::failure("Failed to fetch server list, see launcher log for more information.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user