these actually need to point to prod in the repo....

This commit is contained in:
Chris Cochrun 2024-01-09 21:41:27 -06:00
parent 38e59d5537
commit b7016133e9
5 changed files with 10 additions and 10 deletions

View file

@ -10,8 +10,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/church-form"; */
let base = "http://localhost:4242/church-form";
let base = "https://api.tfcconnection.org/church-form";
/* let base = "http://localhost:4242/church-form"; */
fetch(base, {
method: "POST",
body: data