We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dfb90 commit b1b0a45Copy full SHA for b1b0a45
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.teonite.net/api/customer/signup", {
+ fetch("https://update-service-dev.defguard.net/api/customer/signup", {
80
method: "POST",
81
body: data,
82
})
0 commit comments