From 0ae4affe2095e9a1a6968744bfaa52d5e3559eaf Mon Sep 17 00:00:00 2001 From: Ricearoni1245 Date: Wed, 18 Feb 2026 22:25:00 -0600 Subject: [PATCH] added different domain types to origin allowed to see if that will work --- contact-api/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-api/.env b/contact-api/.env index b230968..1bb8750 100644 --- a/contact-api/.env +++ b/contact-api/.env @@ -1,6 +1,6 @@ NODE_ENV=production PORT=8787 -CONTACT_ALLOWED_ORIGIN=https://www.jodyholt.com +CONTACT_ALLOWED_ORIGIN=http://localhost:5173,https://jodyholt.com,https://www.jodyholt.com TURNSTILE_SECRET_KEY=0x4AAAAAACfQyRwRzwsEMIfVtCSkjz7__Yc TURNSTILE_EXPECTED_HOSTNAME=jodyholt.com TURNSTILE_EXPECTED_ACTION=contact_form