mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-23 23:10:26 +08:00
分组配置信息中增加分组ID
This commit is contained in:
@@ -393,7 +393,9 @@ func (this *ServerGroupService) FindEnabledServerGroupConfigInfo(ctx context.Con
|
||||
}, nil
|
||||
}
|
||||
|
||||
var result = &pb.FindEnabledServerGroupConfigInfoResponse{}
|
||||
var result = &pb.FindEnabledServerGroupConfigInfoResponse{
|
||||
ServerGroupId: int64(group.Id),
|
||||
}
|
||||
|
||||
if len(group.HttpReverseProxy) > 0 {
|
||||
var ref = &serverconfigs.ReverseProxyRef{}
|
||||
|
||||
Reference in New Issue
Block a user