diff --git a/layouts/shortcodes/camp-form.html b/layouts/shortcodes/camp-form.html index bb9ba1a..245079c 100644 --- a/layouts/shortcodes/camp-form.html +++ b/layouts/shortcodes/camp-form.html @@ -73,8 +73,8 @@ document.getElementById('warning-agreement').style.margin = '0'; } - let base = "http://localhost:4242/camp-form"; - /* let base = "https://api.tfcconnection.org/camp-form"; */ + /* let base = "http://localhost:4242/camp-form"; */ + let base = "https://api.tfcconnection.org/camp-form"; fetch(base, { method: "POST", @@ -281,7 +281,7 @@
diff --git a/layouts/shortcodes/health-form.html b/layouts/shortcodes/health-form.html index 63595b6..4cf3125 100644 --- a/layouts/shortcodes/health-form.html +++ b/layouts/shortcodes/health-form.html @@ -77,8 +77,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