adding just and hiding the camp form

This commit is contained in:
Chris Cochrun 2024-03-20 09:31:39 -05:00
parent a4803160b5
commit 432436c0c1
5 changed files with 36 additions and 20 deletions

View file

@ -48,7 +48,7 @@
}
};
/* xhr.open("POST", "https://n8n.tfcconnection.org/webhook/mt-application"); */
xhr.open("POST", "https://n8n.tfcconnection.org/webhook/camp-form");
xhr.open("POST", "https://api.tfcconnection.org/camp-form");
xhr.send(data);
console.log(data);
console.log("Hallo!");