From d4ad4e91f36064190c05b4ef96de372fbda718b5 Mon Sep 17 00:00:00 2001 From: casual Date: Sat, 22 Mar 2025 06:51:09 +0300 Subject: [PATCH] fix contact_me --- content/whoami/contact_me.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/whoami/contact_me.md b/content/whoami/contact_me.md index 88ac00f..ecedd74 100644 --- a/content/whoami/contact_me.md +++ b/content/whoami/contact_me.md @@ -53,8 +53,7 @@ function sendPostRequest() { var textFieldData = document.getElementById("textField").value; var xhr = new XMLHttpRequest(); - var url = "https://blog.ca.sual.in/api/message"; - + var url = "https://inside.ca.sual.in/api/message"; xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/json"); xhr.onreadystatechange = function () {