ソースを参照

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,
 	},