added global prefix as a start to requests

This commit is contained in:
sdraris 2025-09-30 12:19:58 +02:00
parent 476623b9fd
commit a16b07b8e0

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-docs', app, document); SwaggerModule.setup('api', app, document);