switching forms back to dev mode in the repo
This commit is contained in:
parent
c0889ff13d
commit
c669c12311
6 changed files with 12 additions and 11 deletions
|
@ -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/health-form";
|
||||
/* let base = "http://localhost:4242/church-form"; */
|
||||
/* let base = "https://api.tfcconnection.org/health-form"; */
|
||||
let base = "http://localhost:4242/church-form";
|
||||
fetch(base, {
|
||||
method: "POST",
|
||||
body: data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue