Skip to content

Commit b8c30f3

Browse files
committed
change dev url to prod
1 parent b3fa074 commit b8c30f3

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.defguard.net/api/customer/signup", {
79+
fetch("https://pkgs.defguard.net/api/customer/signup", {
8080
method: "POST",
8181
body: data,
8282
})

0 commit comments

Comments
 (0)