From 2d1424aeb2f78a4dbad859cd1c0c10d9fa951552 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 5 Jan 2024 09:31:39 -0600 Subject: [PATCH] add commented api endpoint --- layouts/shortcodes/mt-form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html index 0810a7b..fb66938 100644 --- a/layouts/shortcodes/mt-form.html +++ b/layouts/shortcodes/mt-form.html @@ -12,6 +12,7 @@ const age = calculate_age(birthdate); data.append("age", age); + /* let base = "https://api.tfcconnection.org/mt-form"; */ let base = "http://localhost:4242/mt-form"; fetch(base, {