change of swagger path to /api/docs

This commit is contained in:
sdraris 2025-09-30 15:16:27 +02:00
parent d58406ff56
commit 7f8caf7df8

View File

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