M12: complete daily operations cycle
This commit is contained in:
@@ -18,6 +18,7 @@ from app.api.routers import (
|
||||
knowledge,
|
||||
mcp_integrations,
|
||||
search,
|
||||
users,
|
||||
vehicles,
|
||||
workflows,
|
||||
)
|
||||
@@ -100,3 +101,4 @@ app.include_router(knowledge.router)
|
||||
app.include_router(mcp_integrations.router)
|
||||
app.include_router(search.router)
|
||||
app.include_router(integration_status.router)
|
||||
app.include_router(users.router)
|
||||
|
||||
Reference in New Issue
Block a user