فهرست منبع

Fix localizations; fix telemetry baseURL

Deniz Cengiz 1 هفته پیش
والد
کامیت
5cb06b046f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Trio/Sources/Services/Telemetry/TelemetryClient.swift

+ 1 - 1
Trio/Sources/Services/Telemetry/TelemetryClient.swift

@@ -18,7 +18,7 @@ final class TelemetryClient: Injectable {
 
 
     // MARK: Endpoint configuration
     // MARK: Endpoint configuration
 
 
-    private static let productionBaseURL: URL? = URL(string: "https://telemetry.triodocs.org/checkin")
+    private static let productionBaseURL: URL? = URL(string: "https://telemetry.triodocs.org")
 
 
     /// Effective base URL: respects the debug override in
     /// Effective base URL: respects the debug override in
     /// `PropertyPersistentFlags.telemetryDebugServerURL`, then falls back to
     /// `PropertyPersistentFlags.telemetryDebugServerURL`, then falls back to