diff --git a/dist/index.html b/dist/index.html index 654972f8..86ca99fe 100644 --- a/dist/index.html +++ b/dist/index.html @@ -24,7 +24,6 @@ - @@ -50,7 +49,6 @@ } window.swaggerUi = new SwaggerUi({ url: url, - spec: spec, dom_id: "swagger-ui-container", supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'], onComplete: function(swaggerApi, swaggerUi){ @@ -74,7 +72,6 @@ }, docExpansion: "none", jsonEditor: false, - // apisSorter: "alpha", defaultModelRendering: 'schema', showRequestHeaders: false }); diff --git a/src/main/html/index.html b/src/main/html/index.html index 6600bb9b..86ca99fe 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -72,7 +72,6 @@ }, docExpansion: "none", jsonEditor: false, - apisSorter: "alpha", defaultModelRendering: 'schema', showRequestHeaders: false });