formato correcto de cuestionario por verificar

This commit is contained in:
Your Name
2025-04-02 12:43:37 -06:00
parent a1f52daa8a
commit a16e82005e
18 changed files with 1109 additions and 43 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import { INestApplication } from '@nestjs/common';
@Module({})
export class DocsModule {
static setupSwagger(app: INestApplication) {
const document = SwaggerModule.createDocument(app, swaggerConfig);
SwaggerModule.setup('api-docs', app, document);
const document = SwaggerModule.createDocument(app, swaggerConfig);
SwaggerModule.setup('api-docs', app, document);
}
}