Undo changed defaults
This commit is contained in:
@@ -91,10 +91,7 @@ To use swagger-ui's bundles, you should take a look at the [source of swagger-ui
|
||||
plugins: [
|
||||
SwaggerUIBundle.plugins.DownloadUrl
|
||||
],
|
||||
layout: "StandaloneLayout",
|
||||
docExpansion: "none",
|
||||
apisSorter: "alpha",
|
||||
operationsSorter: "method"
|
||||
layout: "StandaloneLayout"
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
@@ -84,10 +84,7 @@
|
||||
plugins: [
|
||||
SwaggerUIBundle.plugins.DownloadUrl
|
||||
],
|
||||
layout: "StandaloneLayout",
|
||||
docExpansion: "none",
|
||||
apisSorter: "alpha",
|
||||
operationsSorter: "method"
|
||||
layout: "StandaloneLayout"
|
||||
});
|
||||
|
||||
ui.initOAuth({
|
||||
|
||||
Reference in New Issue
Block a user