Skip to content

Commit

Permalink
Update host URL for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Feb 13, 2024
1 parent 8ca9547 commit 02f5dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public protocol DataBrokerProtectionWebUIURLSettingsRepresentable {

public final class DataBrokerProtectionWebUIURLSettings: DataBrokerProtectionWebUIURLSettingsRepresentable {

public let productionURL = "https://duckduckgo.com/dbp"
public let productionURL = "https://use-devtesting9.duckduckgo.com/dbp"
private let userDefault: UserDefaults

public var selectedURLType: DataBrokerProtectionWebUIURLType {
Expand Down

0 comments on commit 02f5dd6

Please sign in to comment.