路径规则改成路由规则

This commit is contained in:
刘祥超
2021-07-13 14:30:30 +08:00
parent 7caa5bee75
commit f50ff00f0b
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)