diff --git a/run_api.py b/run_api.py index 9fb0a523..219d62e2 100644 --- a/run_api.py +++ b/run_api.py @@ -16,7 +16,7 @@ # Access environment variables OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "") -CORS_ORIGINS = ["http://localhost:3000", "http://react-frontend:80"] +CORS_ORIGINS = ["http://localhost:3000", "http://react-frontend:80","https://sales-gpt-frontend-git-main-filip-odysseypartns-projects.vercel.app"] CORS_METHODS = ["GET", "POST"] # Initialize FastAPI app