From 96ed278943cc4d9b29c74dd7d29212467e5af835 Mon Sep 17 00:00:00 2001 From: Daniel Balcells Date: Thu, 5 Jun 2025 15:39:41 -0400 Subject: [PATCH] Allow requests from Alakazam --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 5c254825..74fae187 100644 --- a/src/main.py +++ b/src/main.py @@ -124,7 +124,7 @@ app = FastAPI( }, ) -origins = ["http://localhost", "http://127.0.0.1:8000", "https://demo.honcho.dev"] +origins = ["http://localhost", "http://127.0.0.1:8000", "https://demo.honcho.dev", "http://localhost:5173"] app.add_middleware( CORSMiddleware,