diff options
Diffstat (limited to 'Hutch/App/AppConfiguration.swift')
| -rw-r--r-- | Hutch/App/AppConfiguration.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/App/AppConfiguration.swift b/Hutch/App/AppConfiguration.swift index 7824371..c733799 100644 --- a/Hutch/App/AppConfiguration.swift +++ b/Hutch/App/AppConfiguration.swift @@ -1,7 +1,7 @@ import Foundation struct AppConfiguration: Sendable { - static let defaultHutchStatsBaseURL = URL(string: "https://hutch-stats.zerolabs.sh")! + static let defaultHutchStatsBaseURL = HutchStatsAPI.defaultBaseURL static let hutchStatsBaseURLEnvironmentKey = "HUTCH_STATS_BASE_URL" let hutchStatsBaseURL: URL |
