We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fbcb commit 58eb0cdCopy full SHA for 58eb0cd
apps/backend/src/lib/initializeSwagger.ts
@@ -21,5 +21,5 @@ export function initializeSwagger(app: INestApplication<any>) {
21
},
22
};
23
24
- SwaggerModule.setup('api/doc', app, document, swaggerOptions);
+ SwaggerModule.setup('docs', app, document, swaggerOptions);
25
}
0 commit comments