Skip to content

Commit f388573

Browse files
chore: update newsletter url
1 parent ed4f317 commit f388573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/newsletter/services/newsletter.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class NewsletterService {
99

1010
addToNewsletter(email: string): Promise<any> {
1111
const newsletterUrl =
12-
'https://z93f42xq2l.execute-api.us-east-2.amazonaws.com/Stage/newsletter?token=db1f899025b5a59a76b6b34b2a013893';
12+
'https://nbdggbnqnrevwg6xlex3st3vpe0nyhiq.lambda-url.us-east-2.on.aws/?token=db1f899025b5a59a76b6b34b2a013893';
1313
return lastValueFrom(
1414
this.httpClient
1515
.post(newsletterUrl, { email })

0 commit comments

Comments
 (0)