web_service: Unify links for web service endpoints
This commit is contained in:
parent
ae6007bf9d
commit
0d6b1d161b
6 changed files with 15 additions and 41 deletions
|
@ -22,7 +22,7 @@ static constexpr std::chrono::seconds announce_time_interval(15);
|
|||
AnnounceMultiplayerSession::AnnounceMultiplayerSession() {
|
||||
#ifdef ENABLE_WEB_SERVICE
|
||||
backend = std::make_unique<WebService::RoomJson>(
|
||||
Settings::values.announce_multiplayer_room_endpoint_url, Settings::values.citra_username,
|
||||
Settings::values.web_services_endpoint_url + "/lobby", Settings::values.citra_username,
|
||||
Settings::values.citra_token);
|
||||
#else
|
||||
backend = std::make_unique<AnnounceMultiplayerRoom::NullBackend>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue