groups and scenes 3

This commit is contained in:
2025-11-13 21:56:13 +01:00
parent b82217a666
commit 9bf336fa11

View File

@@ -77,7 +77,7 @@ app.add_middleware(
async def startup_event():
"""Include routers after app is initialized to avoid circular imports."""
from apps.api.routes.groups_scenes import router as groups_scenes_router
app.include_router(groups_scenes_router, prefix="", tags=["groups", "scenes"])
app.include_router(groups_scenes_router, prefix="")
@app.get("/health")