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