fix and update

This commit is contained in:
lendry
2026-07-05 18:28:25 +03:00
parent ef7f0c5380
commit adbd32fea0
621 changed files with 49 additions and 49691 deletions

View File

@@ -28,6 +28,7 @@ async function bootstrap() {
.build();
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('docs', app, document, {
yamlDocumentUrl: '/openapi.yaml',
swaggerOptions: { persistAuthorization: true },
customSiteTitle: 'Документация API'
});