Skip to content

Commit

Permalink
update customer signup url
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander authored Sep 2, 2024
1 parent b1b6e6d commit 47b854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/BookDemoForm/BookDemoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BookDemoForm = () => {
data.append("website_url", values.website_url);
data.append("tell_us_more", values.tell_us_more);

fetch("https://update-service-dev.teonite.net/api/customer/signup", {
fetch("https://update-service-dev.defguard.net/api/customer/signup", {
mode: "no-cors",
method: "POST",
body: data,
Expand Down

0 comments on commit 47b854c

Please sign in to comment.