From 4e633f32d926a4dfe22b820a0c2fd00a49f0886d Mon Sep 17 00:00:00 2001 From: ajaysi Date: Wed, 8 Oct 2025 17:27:32 +0530 Subject: [PATCH] ALwrity + Wix + Wordpress + GSC integration --- backend/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app.py b/backend/app.py index 63afe167..511a721d 100644 --- a/backend/app.py +++ b/backend/app.py @@ -86,6 +86,7 @@ app.add_middleware( "http://localhost:3000", # React dev server "http://localhost:8000", # Backend dev server "http://localhost:3001", # Alternative React port + "https://alwrity-ai.vercel.app", "https://littery-sonny-unscrutinisingly.ngrok-free.dev", # ngrok frontend ], allow_credentials=True,