summaryrefslogtreecommitdiff
path: root/Hutch/App/AppConfiguration.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/AppConfiguration.swift')
-rw-r--r--Hutch/App/AppConfiguration.swift2
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