This commit is contained in:
2025-12-02 23:32:26 +03:30
parent 327eb9c6a9
commit be823550ad
8 changed files with 27 additions and 33 deletions
+5
View File
@@ -17,6 +17,11 @@ export function getSwaggerConfig(app: INestApplication) {
displayRequestDuration: true,
filter: true,
showExtensions: true,
docExpansion: 'none',
// HIDE MODELS / SCHEMAS
defaultModelsExpandDepth: -1,
defaultModelExpandDepth: -1,
},
});
}