Merge pull request #11446 from heww/fix-swagger-yaml

fix(swagger): make json as default response
This commit is contained in:
He Weiwei 2020-04-06 17:55:44 +08:00 committed by GitHub
commit af552258ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ schemes:
basePath: /api/v2.0 basePath: /api/v2.0
produces: produces:
- application/json - application/json
- text/plain
consumes: consumes:
- application/json - application/json
securityDefinitions: securityDefinitions: