mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed Stats Remote host
This commit is contained in:
@@ -18,7 +18,7 @@ public protocol RemoteType {
|
||||
|
||||
public class Remote {
|
||||
public static let shared = Remote()
|
||||
static public var host = URL(string: "http://localhost:8008")! // https://api.system-stats.com http://localhost:8008
|
||||
static public var host = URL(string: "https://api.system-stats.com")! // https://api.system-stats.com http://localhost:8008
|
||||
|
||||
public var monitoring: Bool {
|
||||
get { Store.shared.bool(key: "remote_monitoring", defaultValue: false) }
|
||||
|
||||
Reference in New Issue
Block a user