add commented api endpoint

This commit is contained in:
Chris Cochrun 2024-01-05 09:31:39 -06:00
parent f041d04a40
commit 2d1424aeb2

View file

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