From f9bcae157fcf6f345d2f1ac011eaccd426ffc413 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Mon, 8 Jan 2024 15:21:23 -0600
Subject: [PATCH] all forms point to the production api

---
 layouts/shortcodes/health-form.html     | 4 ++--
 layouts/shortcodes/mt-church-form.html  | 4 ++--
 layouts/shortcodes/mt-parent-form.html  | 4 ++--
 layouts/shortcodes/mt-teacher-form.html | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/layouts/shortcodes/health-form.html b/layouts/shortcodes/health-form.html
index c9da5fd..24b4c27 100644
--- a/layouts/shortcodes/health-form.html
+++ b/layouts/shortcodes/health-form.html
@@ -72,8 +72,8 @@
      // For use in dev
      // Can now start using this in production IF,
      // I get the server running on the server
-     /* let base = "https://api.tfcconnection.org/health-form"; */
-     let base = "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
diff --git a/layouts/shortcodes/mt-church-form.html b/layouts/shortcodes/mt-church-form.html
index 96515d6..d48e90e 100644
--- a/layouts/shortcodes/mt-church-form.html
+++ b/layouts/shortcodes/mt-church-form.html
@@ -10,8 +10,8 @@
      // For use in dev
      // Can now start using this in production IF,
      // I get the server running on the server
-     /* let base = "https://api.tfcconnection.org/health-form"; */
-     let base = "http://localhost:4242/church-form";
+     let base = "https://api.tfcconnection.org/health-form";
+     /* let base = "http://localhost:4242/church-form"; */
      fetch(base, {
          method: "POST",
          body: data
diff --git a/layouts/shortcodes/mt-parent-form.html b/layouts/shortcodes/mt-parent-form.html
index 2c320cd..47cb8f4 100644
--- a/layouts/shortcodes/mt-parent-form.html
+++ b/layouts/shortcodes/mt-parent-form.html
@@ -9,8 +9,8 @@
      // For use in dev
      // Can now start using this in production IF,
      // I get the server running on the server
-     /* let base = "https://api.tfcconnection.org/health-form"; */
-     let base = "http://localhost:4242/parent-form";
+     let base = "https://api.tfcconnection.org/health-form";
+     /* let base = "http://localhost:4242/parent-form"; */
      fetch(base, {
          method: "POST",
          body: data
diff --git a/layouts/shortcodes/mt-teacher-form.html b/layouts/shortcodes/mt-teacher-form.html
index 2de54a3..1e4b452 100644
--- a/layouts/shortcodes/mt-teacher-form.html
+++ b/layouts/shortcodes/mt-teacher-form.html
@@ -9,8 +9,8 @@
      // For use in dev
      // Can now start using this in production IF,
      // I get the server running on the server
-     /* let base = "https://api.tfcconnection.org/health-form"; */
-     let base = "http://localhost:4242/teacher-form";
+     let base = "https://api.tfcconnection.org/health-form";
+     /* let base = "http://localhost:4242/teacher-form"; */
      fetch(base, {
          method: "POST",
          body: data