Skip to content

Commit

Permalink
REF: Make baseURL of dynamic target public
Browse files Browse the repository at this point in the history
  • Loading branch information
josefdolezal committed May 12, 2017
1 parent 71d112d commit 4ec29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctoPhone/Networking/DynamicProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct DynamicTarget: TargetType {
/// Requests provider allowing to pass base URL during run time
final class DynamicProvider<Target: TargetPart>: ReactiveSwiftMoyaProvider<DynamicTarget> {
/// Request base URL
private let baseURL: URL
let baseURL: URL

init(
baseURL: URL,
Expand Down

0 comments on commit 4ec29eb

Please sign in to comment.