change of swagger path to /api/docs

This commit is contained in:
2025-09-30 19:59:44 +02:00
parent e7a189153d
commit c46edbfdca
+1 -1
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('docs', app, document); SwaggerModule.setup('api/v1/docs', app, document);