Fix back and front

This commit is contained in:
dvirlabs 2025-07-01 09:31:24 +03:00
parent 42ebf07216
commit 482eba3bd1
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ app = FastAPI()
app.add_middleware( app.add_middleware(
CORSMiddleware, CORSMiddleware,
allow_origins=["*"], # בהמשך תוכל לצמצם לכתובת הפרונטאנד allow_origins=["*"], # בהמשך תוכל לצמצם לכתובת הפרונטאנד
allow_credentials=True,
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"], allow_headers=["*"],
) )