Add files via upload

This commit is contained in:
公明
2025-11-16 21:44:29 +08:00
committed by GitHub
parent fef62c163c
commit 895ae1a5f0
8 changed files with 312 additions and 44 deletions
+1
View File
@@ -233,6 +233,7 @@ func setupRoutes(
// 监控
protected.GET("/monitor", monitorHandler.Monitor)
protected.GET("/monitor/execution/:id", monitorHandler.GetExecution)
protected.DELETE("/monitor/execution/:id", monitorHandler.DeleteExecution)
protected.GET("/monitor/stats", monitorHandler.GetStats)
// 配置管理