build #10

Merged
k1nq merged 22 commits from build into dev 2025-11-30 04:47:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 82812ecf72 - Show all commits

View File

@ -27,7 +27,7 @@ def create_app() -> FastAPI:
application = FastAPI(title=settings.project_name, version=settings.version, lifespan=lifespan)
application.include_router(api_router)
application.add_middleware(CacheAvailabilityMiddleware)
app.add_middleware(
application.add_middleware(
CORSMiddleware,
allow_origins=["https://kitchen-crm.k1nq.tech", "http://192.168.31.51"],
allow_credentials=True,