diff --git a/layouts/shortcodes/health-form.html b/layouts/shortcodes/health-form.html
index ee18f7d..0ce2abe 100644
--- a/layouts/shortcodes/health-form.html
+++ b/layouts/shortcodes/health-form.html
@@ -69,7 +69,9 @@
// For use in dev
// Can now start using this in production IF,
// I get the server running on the server
- fetch("http://localhost:4242/health-form", {
+ let base = "https://api.tfcconnection.org/health-form";
+ /* let base = "http://localhost:4242/health-form"; */
+ fetch(base, {
method: "POST",
body: data
}).then((res) => {