Commit cd6e7080 authored by 陈子龙's avatar 陈子龙

自动化运维 fix

parent 783aa31e
...@@ -28,7 +28,7 @@ func InitAutomatedMaintenRouter(e *gin.Engine) { ...@@ -28,7 +28,7 @@ func InitAutomatedMaintenRouter(e *gin.Engine) {
host.DELETE("/del", controller.DelHostManage) // 删除 host.DELETE("/del", controller.DelHostManage) // 删除
host.GET("/details", controller.DetailsHostManage) // 详情 host.GET("/details", controller.DetailsHostManage) // 详情
host.GET("/list", controller.ListHostManage) // 列表 host.GET("/list", controller.ListHostManage) // 列表
host.GET("/state", controller.StateHostManage) // 状态检测 host.POST("/state", controller.StateHostManage) // 状态检测
host.GET("/ipExceptionList", controller.HostIpExceptionList) // 主机ip异常列表 host.GET("/ipExceptionList", controller.HostIpExceptionList) // 主机ip异常列表
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment