Skip to content

Commit

Permalink
fix: WWW-6 update newsletter subscription url (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph authored Oct 15, 2024
1 parent 03d6132 commit c4a9ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-components/src/components/form/NewsletterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function NewsletterForm({
onSubmit={({ email }, { setSubmitting, setStatus }) => {
setSubmitting(true);
axios
.post(`${apiUri}/marketplace/v1/mailerlite`, {
.post(`${apiUri}/website/v1/mailerlite`, {
email,
})
.then(resp => {
Expand Down

0 comments on commit c4a9ae3

Please sign in to comment.