mirror of
https://notabug.org/litucks/torzu.git
synced 2026-04-20 16:32:11 +00:00
Replaced API URL
This commit is contained in:
parent
7f3cf265f9
commit
9d754ae554
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ struct Values {
|
|||
|
||||
// WebService
|
||||
Setting<bool> enable_telemetry{linkage, true, "enable_telemetry", Category::WebService};
|
||||
Setting<std::string> web_api_url{linkage, "https://api.yuzu-emu.org", "web_api_url",
|
||||
Setting<std::string> web_api_url{linkage, "https://api.ynet-fun.xyz", "web_api_url",
|
||||
Category::WebService};
|
||||
Setting<std::string> yuzu_username{linkage, std::string(), "yuzu_username",
|
||||
Category::WebService};
|
||||
|
|
|
|||
Loading…
Reference in a new issue