diff --git a/layouts/shortcodes/mt-church-form.html b/layouts/shortcodes/mt-church-form.html index 96515d6..b1b0a67 100644 --- a/layouts/shortcodes/mt-church-form.html +++ b/layouts/shortcodes/mt-church-form.html @@ -10,7 +10,7 @@ // 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 = "https://api.tfcconnection.org/church-form"; */ let base = "http://localhost:4242/church-form"; fetch(base, { method: "POST", diff --git a/layouts/shortcodes/mt-parent-form.html b/layouts/shortcodes/mt-parent-form.html index 2c320cd..14178d9 100644 --- a/layouts/shortcodes/mt-parent-form.html +++ b/layouts/shortcodes/mt-parent-form.html @@ -9,7 +9,7 @@ // 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 = "https://api.tfcconnection.org/parent-form"; */ let base = "http://localhost:4242/parent-form"; fetch(base, { method: "POST", diff --git a/layouts/shortcodes/mt-teacher-form.html b/layouts/shortcodes/mt-teacher-form.html index 2de54a3..b6431bc 100644 --- a/layouts/shortcodes/mt-teacher-form.html +++ b/layouts/shortcodes/mt-teacher-form.html @@ -9,7 +9,7 @@ // 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 = "https://api.tfcconnection.org/teacher-form"; */ let base = "http://localhost:4242/teacher-form"; fetch(base, { method: "POST",