diff --git a/src/main.ts b/src/main.ts index 4ebc207..ad35b3b 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/v1/docs', app, document); + SwaggerModule.setup('docs', app, document);