1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
v2fly/main/commands/all/api/jsonv4/init.go
2021-09-04 11:12:04 +01:00

12 lines
226 B
Go

package jsonv4
import "github.com/v2fly/v2ray-core/v4/main/commands/all/api"
func init() {
api.CmdAPI.Commands = append(api.CmdAPI.Commands,
cmdAddInbounds,
cmdAddOutbounds,
cmdRemoveInbounds,
cmdRemoveOutbounds)
}