mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	实现路径规则部分功能
This commit is contained in:
		@@ -28,7 +28,7 @@ func (this *HTTPHeaderPolicyService) FindEnabledHTTPHeaderPolicyConfig(ctx conte
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return &pb.FindEnabledHTTPHeaderPolicyConfigResponse{Config: configData}, nil
 | 
			
		||||
	return &pb.FindEnabledHTTPHeaderPolicyConfigResponse{HeaderPolicyJSON: configData}, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 创建策略
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user