Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
don't show request headers because security headers are not shown anyways
  • Loading branch information
afdia authored Sep 1, 2016
1 parent 3433496 commit 4cd4303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
docExpansion: "none",
jsonEditor: false,
defaultModelRendering: 'schema',
showRequestHeaders: true
showRequestHeaders: false
});

window.swaggerUi.load();
Expand Down

0 comments on commit 4cd4303

Please sign in to comment.