diff --git a/assets/mail/contact_me.js b/assets/mail/contact_me.js index 9273d67..e5f1ee5 100644 --- a/assets/mail/contact_me.js +++ b/assets/mail/contact_me.js @@ -24,7 +24,7 @@ $(function () { var json = {name: name, phone: phone, email: email, message: message} $.ajax({ // --- CHANGE THIS LINE TO YOUR OWN API GATEWAY -------- - url: "{Insert your own AWS API Gateway Endpoint URL here}", + url: "https://awlpjlpyzl.execute-api.eu-west-2.amazonaws.com/default/sheron-form-function", // ------------------------------------------------------ type: "POST", data: JSON.stringify(json),