Skip to content

Commit

Permalink
Update RMF URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 30, 2023
1 parent a9f84ed commit c537b58
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 @@ -28,7 +28,7 @@ public struct RemoteMessageRequest {

private var endpoint: URL {
#if DEBUG
return URL(string: "https://gist.githubusercontent.com/samsymons/980a3b3a2050df0d4695879e042b8ba4/raw/a5c9c1458dbc04b3f5b7baa954705a0f41d48794/vpn-sample.json")!
return URL(string: "https://gist.githubusercontent.com/samsymons/980a3b3a2050df0d4695879e042b8ba4/raw/be4c41f159a972230d7ccb1bf6f7e5733f7ce2ac/vpn-sample.json")!
#else
return URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/v1/ios-config.json")!
#endif
Expand Down

0 comments on commit c537b58

Please sign in to comment.