feat: registration jounrey for parents

This commit is contained in:
Abdalhamid Alhamad
2024-12-05 11:14:18 +03:00
parent e4b69a406f
commit 2577f2dcac
97 changed files with 2269 additions and 17 deletions

View File

@ -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',
},
});