Преглед изворни кода

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