web_service: Unify links for web service endpoints

This commit is contained in:
fearlessTobi 2018-08-26 01:45:11 +02:00
parent ae6007bf9d
commit 0d6b1d161b
6 changed files with 15 additions and 41 deletions

View file

@ -165,9 +165,7 @@ struct Values {
// WebService
bool enable_telemetry;
std::string telemetry_endpoint_url;
std::string verify_endpoint_url;
std::string announce_multiplayer_room_endpoint_url;
std::string web_services_endpoint_url;
std::string citra_username;
std::string citra_token;
} extern values;