опечатка
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-31 15:39:53 +10:00
parent d3e62ce281
commit a9e4eb6223

View File

@@ -13,7 +13,7 @@ app = FastAPI(title="Work BD Auth API",
app.add_middleware( app.add_middleware(
CORSMiddleware, CORSMiddleware,
allow_origins=["http://localhost:5173, https://allowlgroup.ru/, https://allowlgroup.ru"], # или список конкретных доменов allow_origins=["http://localhost:5173", "https://allowlgroup.ru"], # или список конкретных доменов
allow_credentials=True, allow_credentials=True,
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"], allow_headers=["*"],