We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9048713 commit 909a765Copy full SHA for 909a765
1 file changed
CallbackURLKit/Manager.swift
@@ -196,7 +196,7 @@ public class Manager {
196
let xcuComponents = NSURLComponents()
197
xcuComponents.scheme = scheme
198
xcuComponents.host = kXCUHost
199
- xcuComponents.path = kResponse
+ xcuComponents.path = "/" + kResponse
200
201
let xcuParams: Parameters = [kRequestID: request.ID]
202
@@ -272,4 +272,4 @@ extension Manager {
272
}
273
274
275
-#endif
+#endif
0 commit comments