mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Produce a schema-valid OpenAPI specification (closes #1457)
This commit is contained in:
@@ -20,7 +20,8 @@ const swaggerUi = SwaggerUIBundle({
|
||||
HideTopbarPlugin
|
||||
],
|
||||
layout: 'StandaloneLayout',
|
||||
docExpansion: "list"
|
||||
docExpansion: "list",
|
||||
defaultModelsExpandDepth: -1
|
||||
});
|
||||
|
||||
window.ui = swaggerUi;
|
||||
|
Reference in New Issue
Block a user