Allow requests from Alakazam

This commit is contained in:
Daniel Balcells 2025-06-05 15:39:41 -04:00
parent 3d3dfe17c1
commit 96ed278943
1 changed files with 1 additions and 1 deletions

View File

@ -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,