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 49b7d90 commit 6209da2Copy full SHA for 6209da2
modules/services/api/src/main.ts
@@ -15,10 +15,10 @@ async function bootstrap() {
15
.setDescription(`The ${AppName} API`)
16
.setVersion('1.0')
17
.addBearerAuth()
18
- // .addTag('Authentication', 'Endpoints for authentication', {
19
- // description: 'Docs',
20
- // url: 'https://github.com/akdasa-studios/vidya/blob/main/docs/adr/001%20OTP%20Authentication.md',
21
- // })
+ .addTag('Authentication', 'Endpoints for authentication', {
+ description: 'Docs',
+ url: 'https://github.com/akdasa-studios/vidya/blob/main/docs/adr/001%20OTP%20Authentication.md',
+ })
22
.build();
23
const documentFactory = () => SwaggerModule.createDocument(app, config);
24
SwaggerModule.setup('doc', app, documentFactory);
0 commit comments