From 1cb7565871798a00ecbd3d205b2a60dda2a3d853 Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Wed, 31 Dec 2025 18:33:53 -0800 Subject: [PATCH] Add new origin URL for CORS configuration --- server/app/origins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/origins.py b/server/app/origins.py index ee73ff6..139cc48 100644 --- a/server/app/origins.py +++ b/server/app/origins.py @@ -2,6 +2,7 @@ origins = [ "http://localhost:5173", "http://127.0.0.1:5173/", "https://mj.lucasjensen.me", + "https://meganjohns.com", "https://meganjohns.com/", "https://www.meganjohns.com", "https://www.meganjohns.com/",