swagger fix
This commit is contained in:
+1
-2
@@ -806,10 +806,9 @@ function renderDocsHtml(): string {
|
|||||||
window.ui = SwaggerUIBundle({
|
window.ui = SwaggerUIBundle({
|
||||||
url: ${JSON.stringify(specUrl)},
|
url: ${JSON.stringify(specUrl)},
|
||||||
dom_id: "#swagger-ui",
|
dom_id: "#swagger-ui",
|
||||||
deepLinking: true,
|
deepLinking: false,
|
||||||
persistAuthorization: true,
|
persistAuthorization: true,
|
||||||
tryItOutEnabled: true,
|
tryItOutEnabled: true,
|
||||||
filter: true,
|
|
||||||
displayRequestDuration: true,
|
displayRequestDuration: true,
|
||||||
tagsSorter: "alpha",
|
tagsSorter: "alpha",
|
||||||
operationsSorter: "method"
|
operationsSorter: "method"
|
||||||
|
|||||||
Reference in New Issue
Block a user