makes Service init public

multistore
Laurent 1 year ago
parent 0d74edd520
commit 0f2cdaca31
  1. 2
      LeStorage/Services.swift

@ -57,7 +57,7 @@ public class Services {
let keychainStore: KeychainStore
init(url: String) {
public init(url: String) {
self.baseURL = url
self.keychainStore = KeychainStore(serverId: url)
}

Loading…
Cancel
Save