moving to production api
This commit is contained in:
parent
f00ed3a04c
commit
0a04063298
2 changed files with 4 additions and 4 deletions
|
@ -69,8 +69,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/health-form";
|
||||
let base = "https://api.tfcconnection.org/health-form";
|
||||
/* let base = "http://localhost:4242/health-form"; */
|
||||
fetch(base, {
|
||||
method: "POST",
|
||||
body: data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue