mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 00:54:54 +00:00
feat: registration jounrey for parents
This commit is contained in:
@ -15,7 +15,6 @@ async function bootstrap() {
|
||||
if (config.getOrThrow<string>('NODE_ENV') === 'dev') {
|
||||
SwaggerModule.setup(config.getOrThrow<string>('SWAGGER_API_DOCS_PATH'), app, swaggerDocument, {
|
||||
swaggerOptions: {
|
||||
tagsSorter: 'alpha',
|
||||
docExpansion: 'none',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user