all forms point to the production api

This commit is contained in:
Chris Cochrun 2024-01-08 15:21:23 -06:00
parent 3f8b9cb5d8
commit f9bcae157f
4 changed files with 8 additions and 8 deletions

View file

@ -72,8 +72,8 @@
// For use in dev // For use in dev
// Can now start using this in production IF, // Can now start using this in production IF,
// I get the server running on the server // I get the server running on the server
/* let base = "https://api.tfcconnection.org/health-form"; */ let base = "https://api.tfcconnection.org/health-form";
let base = "http://localhost:4242/health-form"; /* let base = "http://localhost:4242/health-form"; */
fetch(base, { fetch(base, {
method: "POST", method: "POST",
body: data body: data

View file

@ -10,8 +10,8 @@
// For use in dev // For use in dev
// Can now start using this in production IF, // Can now start using this in production IF,
// I get the server running on the server // I get the server running on the server
/* let base = "https://api.tfcconnection.org/health-form"; */ let base = "https://api.tfcconnection.org/health-form";
let base = "http://localhost:4242/church-form"; /* let base = "http://localhost:4242/church-form"; */
fetch(base, { fetch(base, {
method: "POST", method: "POST",
body: data body: data

View file

@ -9,8 +9,8 @@
// For use in dev // For use in dev
// Can now start using this in production IF, // Can now start using this in production IF,
// I get the server running on the server // I get the server running on the server
/* let base = "https://api.tfcconnection.org/health-form"; */ let base = "https://api.tfcconnection.org/health-form";
let base = "http://localhost:4242/parent-form"; /* let base = "http://localhost:4242/parent-form"; */
fetch(base, { fetch(base, {
method: "POST", method: "POST",
body: data body: data

View file

@ -9,8 +9,8 @@
// For use in dev // For use in dev
// Can now start using this in production IF, // Can now start using this in production IF,
// I get the server running on the server // I get the server running on the server
/* let base = "https://api.tfcconnection.org/health-form"; */ let base = "https://api.tfcconnection.org/health-form";
let base = "http://localhost:4242/teacher-form"; /* let base = "http://localhost:4242/teacher-form"; */
fetch(base, { fetch(base, {
method: "POST", method: "POST",
body: data body: data