From 1e150bf9b5161c36642fb7b066fa1edcfed19a0e Mon Sep 17 00:00:00 2001 From: amddg44 Date: Thu, 2 Nov 2023 13:56:02 +0100 Subject: [PATCH] Update production url --- DuckDuckGo/RemoteMessageRequest.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/RemoteMessageRequest.swift b/DuckDuckGo/RemoteMessageRequest.swift index 02cd59b8a9..2bfcd698fa 100644 --- a/DuckDuckGo/RemoteMessageRequest.swift +++ b/DuckDuckGo/RemoteMessageRequest.swift @@ -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 }