MonitorPanel 从独立 API 改为复用 DashboardStore 数据,砍掉 /api/m 和 /m/json

This commit is contained in:
2569718930@qq.com
2026-05-14 00:43:19 +08:00
parent 7a28810f25
commit c006d13fea
4 changed files with 133 additions and 246 deletions
-2
View File
@@ -22,10 +22,8 @@ from web.analysis_service import ( # noqa: E402
)
from web.core import app # noqa: E402
from web.routes import router # noqa: E402
from web.monitor_routes import router as monitor_router # noqa: E402
app.include_router(router)
app.include_router(monitor_router)
__all__ = [
"app",