Skip to content

Commit

Permalink
Use a custom RMF URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Feb 12, 2024
1 parent 07df3a0 commit 22d6175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/RemoteMessageRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public struct RemoteMessageRequest {

private var endpoint: URL {
#if DEBUG
return URL(string: "https://raw.githubusercontent.com/duckduckgo/remote-messaging-config/main/samples/ios/sample1.json")!
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/staging/pre/ios-config.json")!
#else
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/v1/ios-config.json")!
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/staging/pre/ios-config.json")!
#endif
}

Expand Down

0 comments on commit 22d6175

Please sign in to comment.