Skip to content

Commit b1b0a45

Browse files
authored
Change URL (#170)
1 parent d0dfb90 commit b1b0a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/DealRegistrationForm/DealRegistrationForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
7676
);
7777

7878

79-
fetch("https://update-service-dev.teonite.net/api/customer/signup", {
79+
fetch("https://update-service-dev.defguard.net/api/customer/signup", {
8080
method: "POST",
8181
body: data,
8282
})

0 commit comments

Comments
 (0)