From b09417eb322c6004ac184ffb9b756ef444206cce Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 9 Jan 2024 21:37:00 -0600 Subject: [PATCH] setting these to be dev by default... change when pushing to prod --- layouts/shortcodes/mt-church-form.html | 2 +- layouts/shortcodes/mt-parent-form.html | 2 +- layouts/shortcodes/mt-teacher-form.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",