Skip to content

Commit 457f537

Browse files
dspoCopilot
andauthored
Accept Copilot‘s suggestion
Co-authored-by: Copilot <[email protected]>
1 parent 0f3d4a8 commit 457f537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v2/apisixtls_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type ApisixSecret struct {
7878
type ApisixMutualTlsClientConfig struct {
7979
CASecret ApisixSecret `json:"caSecret,omitempty" yaml:"caSecret,omitempty"`
8080
Depth int `json:"depth,omitempty" yaml:"depth,omitempty"`
81-
SkipMTLSUriRegex []string `json:"skip_mtls_uri_regex,omitempty" yaml:"skip_mtls_uri_regex, omitempty"`
81+
SkipMTLSUriRegex []string `json:"skip_mtls_uri_regex,omitempty" yaml:"skip_mtls_uri_regex,omitempty"`
8282
}
8383

8484
func init() {

0 commit comments

Comments
 (0)