seeder
This commit is contained in:
@@ -17,6 +17,11 @@ export function getSwaggerConfig(app: INestApplication) {
|
||||
displayRequestDuration: true,
|
||||
filter: true,
|
||||
showExtensions: true,
|
||||
docExpansion: 'none',
|
||||
|
||||
// HIDE MODELS / SCHEMAS
|
||||
defaultModelsExpandDepth: -1,
|
||||
defaultModelExpandDepth: -1,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user