fix typo
This commit is contained in:
@@ -5,7 +5,7 @@ enum Config {
|
|||||||
|
|
||||||
static let port: Int = 6800
|
static let port: Int = 6800
|
||||||
|
|
||||||
static let secret: String = "pizza"
|
static let secret: String = "my_secret"
|
||||||
|
|
||||||
static var endpoint: URL {
|
static var endpoint: URL {
|
||||||
URL(string: "http://\(host):\(port)/jsonrpc")!
|
URL(string: "http://\(host):\(port)/jsonrpc")!
|
||||||
|
|||||||
Reference in New Issue
Block a user