Skip to content

Commit

Permalink
Update Client.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
terwanerik authored May 10, 2019
1 parent 9a3b198 commit eaada5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTPCodable/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import Futures

public final class Client: HTTPCodableClient {
static let shared = Client()
public static let shared = Client()

public var currentSession: URLSessionDataTask?
public var baseUrl: String?
Expand Down

0 comments on commit eaada5a

Please sign in to comment.