dev #12

Merged
k1nq merged 30 commits from dev into master 2025-12-01 12:03:22 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit ed6c656963 - Show all commits

View File

@ -38,12 +38,12 @@ def create_app() -> FastAPI:
application.add_middleware(
CORSMiddleware,
allow_origins=[
# "https://kitchen-crm.k1nq.tech",
# "http://192.168.31.51",
# "http://localhost:8000",
# "http://0.0.0.0:8000",
# "http://127.0.0.1:8000",
"*", # ! TODO: Убрать
"https://kitchen-crm.k1nq.tech",
"http://192.168.31.51",
"http://localhost:8000",
"http://0.0.0.0:8000",
"http://127.0.0.1:8000",
# "*",
],
allow_credentials=True,
allow_methods=["*"], # Разрешить все HTTP-методы