We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a890712 commit c67a656Copy full SHA for c67a656
www/api/index.html
@@ -39,7 +39,9 @@
39
window.onload = function() {
40
// Begin Swagger UI call region
41
const ui = SwaggerUIBundle({
42
- url: "https://petstore.swagger.io/v2/swagger.json",
+ url: "openapi.yaml",
43
+ defaultModelsExpandDepth: 0,
44
+ displayRequestDuration: true,
45
dom_id: '#swagger-ui',
46
deepLinking: true,
47
presets: [
0 commit comments