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