diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html index 95805b7..8eea841 100644 --- a/layouts/shortcodes/mt-form.html +++ b/layouts/shortcodes/mt-form.html @@ -12,7 +12,7 @@ const age = calculate_age(birthdate); data.append("age", age); - let base = "https://api.tfcconnection.org/mt-form"; + let base = "/api/mt-form"; /* let base = "http://localhost:4242/mt-form"; */ fetch(base, { @@ -78,7 +78,7 @@