This commit is contained in:
2026-01-05 19:40:02 +03:30
parent 267bae368d
commit 4cf89e1f8e
+3
View File
@@ -27,6 +27,9 @@ export function getSwaggerDocument(app: NestFastifyApplication) {
displayRequestDuration: true,
filter: true,
showExtensions: true,
docExpansion: 'none',
defaultModelsExpandDepth: -1,
defaultModelExpandDepth: -1,
},
});
}