From 046ceac31f73aaed89cfa1aff17511c4ab97b68a Mon Sep 17 00:00:00 2001 From: Sherz27 <142253578+Sherz27@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:42:32 +0200 Subject: [PATCH] Update contact_me.js --- assets/mail/contact_me.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),