Skip to content

Commit

Permalink
More updates on code
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Sep 15, 2023
1 parent 864c2dc commit 0708f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
<script src="./require.js"> </script>
<script src="./openapi.js"> </script>
</body>
</html>
</html>
3 changes: 3 additions & 0 deletions public/docs/openapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ readTextFile("./openapi.json", function(text){
spec: JSON.parse(text),
dom_id: '#swagger-ui',
deepLinking: true,
docExpansion: "none",
tryItOutEnabled: true,
syntaxHighlight: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
Expand Down

0 comments on commit 0708f3c

Please sign in to comment.