Skip to content

Commit

Permalink
Revert JSON changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Dec 17, 2024
1 parent fe2f377 commit 1efe9b7
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/refs/heads/juan/poc-new-user-feedfack-point-of-action/tab-bar-remote-json-endpoint.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-json-endpoint.json

This file was deleted.

0 comments on commit 1efe9b7

Please sign in to comment.