Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
suslovsergey committed Jan 18, 2022
1 parent 7c55b9b commit d5d2610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/model/plugin_multi_response_rewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var PluginMultiResponseRewriteSchemaAttribute = tfsdk.Attribute{
),

Validators: []tfsdk.AttributeValidator{
validator.HasOneOf("status_code", "body", "headers"),
//validator.HasOneOf("status_code", "body", "headers"),
},
},
}),
Expand Down

0 comments on commit d5d2610

Please sign in to comment.