forked from xiaohei/taiji-AI-PAD
更新超级管理员端
This commit is contained in:
@@ -8,7 +8,8 @@ from . import (
|
||||
quota_management, pricing_management, # 阶段一:配额管理和定价管理
|
||||
resource_monitoring, event_management, # 阶段二:资源监控和事件管理
|
||||
trace_management, audit_management, # 阶段三:追踪和审计管理
|
||||
provider_health_management # 阶段四:供应商健康检查管理
|
||||
provider_health_management, # 阶段四:供应商健康检查管理
|
||||
platform_agent_quota, # 平台 Agent 配额管理
|
||||
)
|
||||
|
||||
|
||||
@@ -35,5 +36,9 @@ def register_routes(app: FastAPI) -> None:
|
||||
monitoring.router,
|
||||
metrics.router,
|
||||
websocket.router,
|
||||
# 平台 Agent 配额管理路由
|
||||
platform_agent_quota.channel_router, # 渠道平台 Agent 配额管理
|
||||
platform_agent_quota.admin_router, # 管理员平台 Agent 配额管理
|
||||
platform_agent_quota.user_router, # 用户平台 Agent 配额管理
|
||||
):
|
||||
app.include_router(router)
|
||||
|
||||
Reference in New Issue
Block a user