setting these to be dev by default... change when pushing to prod
This commit is contained in:
parent
95d2cead91
commit
b09417eb32
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue