mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-15 07:06:35 +08:00
优化代码
This commit is contained in:
@@ -147,7 +147,7 @@ func (this *HTTPFirewallRuleGroupService) FindEnabledHTTPFirewallRuleGroup(ctx c
|
||||
FirewallRuleGroup: &pb.HTTPFirewallRuleGroup{
|
||||
Id: int64(group.Id),
|
||||
Name: group.Name,
|
||||
IsOn: group.IsOn == 1,
|
||||
IsOn: group.IsOn,
|
||||
Description: group.Description,
|
||||
Code: group.Code,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user