1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-17 13:05:24 +00:00

remove cancelled API

This commit is contained in:
Shelikhoo 2021-06-19 10:53:09 +01:00
parent 4c42396ca0
commit e6f5db1c93
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

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