swagger fix

This commit is contained in:
JiriUhlir
2026-07-15 09:11:00 +02:00
parent fea25d7429
commit b549e62dcc
+1 -2
View File
@@ -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"