change of swagger path to /api/docs

This commit is contained in:
sdraris 2025-09-30 12:30:21 +02:00
parent a16b07b8e0
commit 4b872cf32f

View File

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