mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-28 02:40:25 +08:00
实现路径规则部分功能
This commit is contained in:
@@ -70,7 +70,7 @@ func (this *ReverseProxyService) FindEnabledReverseProxyConfig(ctx context.Conte
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &pb.FindEnabledReverseProxyConfigResponse{Config: configData}, nil
|
||||
return &pb.FindEnabledReverseProxyConfigResponse{ReverseProxyJSON: configData}, nil
|
||||
}
|
||||
|
||||
// 修改反向代理调度算法
|
||||
|
||||
Reference in New Issue
Block a user