change of swagger path to /api/docs

This commit is contained in:
sdraris 2025-09-30 20:21:53 +02:00
parent 23d56229ae
commit 6839dbb701

View File

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