This commit is contained in:
2026-08-31 20:16:52 +00:00
parent 061cd36156
commit 7e55b36f0c
+1 -1
View File
@@ -5,7 +5,7 @@ enum Config {
static let port: Int = 6800
static let secret: String = "pizza"
static let secret: String = "my_secret"
static var endpoint: URL {
URL(string: "http://\(host):\(port)/jsonrpc")!