This commit is contained in:
John Guo
2021-10-11 19:59:15 +08:00
parent cbfd92a21d
commit cefa3638cf

View File

@ -85,8 +85,8 @@ const (
)
var (
defaultReadContentTypes = []string{`application/json`, `application/xml`}
defaultWriteContentTypes = []string{`application/json`, `application/xml`}
defaultReadContentTypes = []string{`application/json`}
defaultWriteContentTypes = []string{`application/json`}
)
// New creates and returns a OpenApiV3 implements object.