change of swagger path to /api/docs

This commit is contained in:
sdraris 2025-09-30 20:14:23 +02:00
parent c46edbfdca
commit acec011bc1

View File

@ -45,7 +45,7 @@ async function bootstrap() {
.build(); .build();
const document = SwaggerModule.createDocument(app, config); const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api/v1/docs', app, document); SwaggerModule.setup('api/v1/swagger', app, document);