Skip to content

Commit

Permalink
Revert remote JSON testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Jan 3, 2025
1 parent ef287f4 commit 5a64cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 233 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/RemoteMessaging/RemoteMessagingClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ final class RemoteMessagingClient: RemoteMessagingProcessing {
static let minimumConfigurationRefreshInterval: TimeInterval = 60 * 30
static let endpoint: URL = {
#if DEBUG
URL(string: "https://www.jsonblob.com/api/1316017217598578688")!
URL(string: "https://raw.githubusercontent.com/duckduckgo/remote-messaging-config/main/samples/ios/sample1.json")!
#else
URL(string: "https://raw.githubusercontent.com/duckduckgo/macos-browser/4914438d37af6e9d4a988b8190cb3ab884f0321a/tab-bar-remote-message.json")!
URL(string: "https://staticcdn.duckduckgo.com/remotemessaging/config/v1/macos-config.json")!
#endif
}()
}
Expand Down
231 changes: 0 additions & 231 deletions tab-bar-remote-message.json

This file was deleted.

0 comments on commit 5a64cc3

Please sign in to comment.