Skip to content

Commit

Permalink
Use the production waitlist endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 15, 2023
1 parent 272a93a commit b844dcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class ProductWaitlistRequest: WaitlistRequest {

private var endpoint: URL {
#if DEBUG
return URL(string: "https://quackdev.duckduckgo.com/api/auth/waitlist/")!
return URL(string: "https://quack.duckduckgo.com/api/auth/waitlist/")!
#else
return URL(string: "https://quack.duckduckgo.com/api/auth/waitlist/")!
#endif
Expand Down

0 comments on commit b844dcf

Please sign in to comment.