forked from xiaohei/taiji-AI-PAD
更新计费与资源管理API
This commit is contained in:
@@ -4,7 +4,7 @@ from fastapi import FastAPI
|
||||
|
||||
from . import (
|
||||
agents, frontend_integration, health, metrics, monitoring, tools, websocket,
|
||||
auth, user, channel, admin, providers
|
||||
auth, user, channel, admin, providers, billing_admin
|
||||
)
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ def register_routes(app: FastAPI) -> None:
|
||||
channel.router,
|
||||
admin.router,
|
||||
providers.router,
|
||||
billing_admin.router, # 计费与资源管理路由
|
||||
frontend_integration.router,
|
||||
agents.router,
|
||||
tools.router,
|
||||
|
||||
Reference in New Issue
Block a user