Skip to content

Commit

Permalink
Update production url
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Nov 2, 2023
1 parent f6a30b2 commit 1e150bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/RemoteMessageRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct RemoteMessageRequest {
#if DEBUG
return URL(string: "https://raw.githubusercontent.com/duckduckgo/remote-messaging-config/main/samples/ios/sample1.json")!
#else
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/staging/ios-config.json")!
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/v1/ios-config.json")!
#endif
}

Expand Down

0 comments on commit 1e150bf

Please sign in to comment.