路径规则改成路由规则

This commit is contained in:
GoEdgeLab
2021-07-13 14:30:30 +08:00
parent b47a286b9e
commit 185a7fdb4b
6 changed files with 13 additions and 13 deletions

View File

@@ -376,7 +376,7 @@ func (this *HTTPWebService) UpdateHTTPWebFirewall(ctx context.Context, req *pb.U
return this.Success()
}
// UpdateHTTPWebLocations 更改路规则设置
// UpdateHTTPWebLocations 更改路规则设置
func (this *HTTPWebService) UpdateHTTPWebLocations(ctx context.Context, req *pb.UpdateHTTPWebLocationsRequest) (*pb.RPCSuccess, error) {
// 校验请求
_, userId, err := this.ValidateAdminAndUser(ctx, 0, 0)