Swagger UI: remove the "try it out" buttons

Remove the "try it out" buttons, and have the "Execute" buttons visible
immediately.
This commit is contained in:
Sybren A. Stüvel 2023-02-03 13:40:08 +01:00
parent 3bedc2c87a
commit 2927e82802

View File

@ -59,6 +59,7 @@
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "BaseLayout",
tryItOutEnabled: true,
});
// End Swagger UI call region