Skip to content

Commit

Permalink
Update contact form lambda function URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 30, 2024
1 parent 1d03f12 commit 887f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
import autosize from "autosize";

const isProduction = {{ hugo.IsProduction }};
const apiUrl = 'https://hc8ysi8rwl.execute-api.eu-north-1.amazonaws.com/handle/';
const apiUrl = 'https://8tuv2v0pk2.execute-api.eu-north-1.amazonaws.com/handle/';

document.addEventListener('alpine:init', () => {
Alpine.data('ContactForm', () => ({
Expand Down

0 comments on commit 887f681

Please sign in to comment.