bug in health form

This commit is contained in:
Chris Cochrun 2024-01-10 10:41:40 -06:00
parent 9e5acd6aa5
commit 64917db638
4 changed files with 14 additions and 16 deletions

View file

@ -12,8 +12,8 @@
const age = calculate_age(birthdate);
data.append("age", age);
/* let base = "https://api.tfcconnection.org/local-trip-form"; */
let base = "http://localhost:4242/mt-form";
let base = "https://api.tfcconnection.org/local-trip-form";
/* let base = "http://localhost:4242/mt-form"; */
fetch(base, {
method: "POST",