mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-04-20 18:45:44 +00:00
Replaced API URL
This commit is contained in:
parent
920e2504c3
commit
372918fe0f
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…
Add table
Reference in a new issue