Skip to content

Commit

Permalink
update swagger ui config
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jul 3, 2021
1 parent 1f4ad46 commit 9b102be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/swaggerui/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
layout: "StandaloneLayout",
docExpansion: 'list',
defaultModelsExpandDepth: 0,
});
// End Swagger UI call region
window.ui = ui;
Expand Down

0 comments on commit 9b102be

Please sign in to comment.