Restore unmodified Swagger UI presentation

This commit is contained in:
AS213905 Engineering
2026-08-14 11:51:52 +00:00
parent dd05901571
commit 2057b4d685
2 changed files with 5 additions and 98 deletions
+1 -6
View File
@@ -7,12 +7,7 @@ window.addEventListener('load', () => {
filter: true,
persistAuthorization: false,
tryItOutEnabled: false,
defaultModelsExpandDepth: 1,
defaultModelExpandDepth: 2,
displayOperationId: true,
showExtensions: true,
showCommonExtensions: true,
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
layout: 'BaseLayout',
layout: 'StandaloneLayout',
});
});