We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fa074 commit b8c30f3Copy full SHA for b8c30f3
src/components/form/DealRegistrationForm/DealRegistrationForm.tsx
@@ -76,7 +76,7 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
76
);
77
78
79
- fetch("https://update-service-dev.defguard.net/api/customer/signup", {
+ fetch("https://pkgs.defguard.net/api/customer/signup", {
80
method: "POST",
81
body: data,
82
})
0 commit comments