setting these to be dev by default... change when pushing to prod

This commit is contained in:
Chris Cochrun 2024-01-09 21:37:00 -06:00
parent 95d2cead91
commit b09417eb32
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",