浏览代码

remove cancelled API

Shelikhoo 4 年之前
父节点
当前提交
e6f5db1c93
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main/commands/all/api/api.go

+ 0 - 1
main/commands/all/api/api.go

@@ -13,7 +13,6 @@ var CmdAPI = &base.Command{
 	Commands: []*base.Command{
 		cmdLog,
 		cmdStats,
-		cmdBalancerCheck,
 		cmdBalancerInfo,
 		cmdBalancerOverride,
 	},