switching forms back to dev mode in the repo

This commit is contained in:
Chris Cochrun 2024-01-09 14:20:35 -06:00
parent c0889ff13d
commit c669c12311
6 changed files with 12 additions and 11 deletions

View file

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