diff --git a/assets/mail/contact_me.js b/assets/mail/contact_me.js index 9273d67..5912640 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://ehnjuhuu04.execute-api.eu-west-1.amazonaws.com/default}", // ------------------------------------------------------ type: "POST", data: JSON.stringify(json),