Skip to content

Commit

Permalink
docs: remove try it out option in docs (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 24, 2023
1 parent ee64335 commit 22f8fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dist/app.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ const spec = require('./openapi-v1.yaml');
const ui = SwaggerUI({
spec,
dom_id: '#spec',
supportedSubmitMethods: []
});

0 comments on commit 22f8fd4

Please sign in to comment.