diff --git a/src/main.ts b/src/main.ts index 89fef48..4ebc207 100644 --- a/src/main.ts +++ b/src/main.ts @@ -45,7 +45,7 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, config); - SwaggerModule.setup('api/docs', app, document); + SwaggerModule.setup('api/v1/docs', app, document);