Skip to content

Commit

Permalink
perf(routes/docs): do not expand 200 response by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 4, 2023
1 parent 8ca3c41 commit 08b0c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
document.body.insertBefore(p, document.body.firstChild);
}
</script>
<redoc spec-url="docs/openapi" disable-search hide-hostname expand-responses="200"></redoc>
<redoc spec-url="docs/openapi" disable-search hide-hostname></redoc>
<script src="docs/redoc/redoc.standalone.js" defer></script>
</body>
</html>

0 comments on commit 08b0c18

Please sign in to comment.