Jelajahi Sumber

Fix localizations; fix telemetry baseURL

Deniz Cengiz 1 Minggu lalu
induk
melakukan
5cb06b046f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 
-    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
     /// `PropertyPersistentFlags.telemetryDebugServerURL`, then falls back to