making camp form show the correct total cost if selecting full cost

This commit is contained in:
Chris Cochrun 2024-03-28 14:02:41 -05:00
parent 1cfeea05bc
commit 917f67c539
2 changed files with 5 additions and 5 deletions

View file

@ -77,8 +77,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