fix: updated default web api url

merge-requests/113/head
JuanCStar 2024-03-10 09:49:27 +07:00
parent cb9654651a
commit 8d402837fd
1 changed files with 1 additions and 1 deletions

@ -612,7 +612,7 @@ struct Values {
// WebService
Setting<bool> enable_telemetry{linkage, false, "enable_telemetry", Category::WebService};
Setting<std::string> web_api_url{linkage, "https://api.suyu.dev", "web_api_url",
Setting<std::string> web_api_url{linkage, "https://suyu.dev", "web_api_url",
Category::WebService};
Setting<std::string> suyu_username{linkage, std::string(), "suyu_username",
Category::WebService};