diff --git a/Sources/SchwiftyResources/Network/PathModifier.swift b/Sources/SchwiftyResources/Network/PathModifier.swift index 28546ea..11906cc 100644 --- a/Sources/SchwiftyResources/Network/PathModifier.swift +++ b/Sources/SchwiftyResources/Network/PathModifier.swift @@ -43,7 +43,7 @@ public struct ParametersPathModifier: PathModifier { continue } - modifiedPath = modifiedPath.replacingOccurrences(of: "{\(key)}", with: value) + modifiedPath = modifiedPath.replacingOccurrences(of: "(\(key))", with: value) } return modifiedPath