Skip to content

Commit

Permalink
swagger UI: hide iretating search field
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jan 1, 2020
1 parent a864d61 commit ffda4f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/swagger/ui.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@ window.onload = function() {
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
SwaggerUIBundle.presets.apis
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
]
})
// End Swagger UI call region

Expand Down

0 comments on commit ffda4f7

Please sign in to comment.