Explorar o código

fix: updated default web api url

JuanCStar %!s(int64=2) %!d(string=hai) anos
pai
achega
8d402837fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/settings.h

+ 1 - 1
src/common/settings.h

@@ -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};