mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
openapi
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user