优化WebP相关提示和代码

This commit is contained in:
GoEdgeLab
2023-12-11 11:07:02 +08:00
parent da79580ed0
commit 1184806fe0
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ func (this *IndexAction) RunPost(params struct {
_, err = this.RPC().NodeClusterRPC().UpdateNodeClusterWebPPolicy(this.AdminContext(), &pb.UpdateNodeClusterWebPPolicyRequest{
NodeClusterId: params.ClusterId,
WebpPolicyJSON: configJSON,
WebPPolicyJSON: configJSON,
})
if err != nil {