Skip to content

Commit 6b616cb

Browse files
Mise à jour du thème Swagger dans swagger.ts
1 parent 74f219e commit 6b616cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function swagger(app: NestExpressApplication) {
1515
.addBearerAuth({ type: 'http', scheme: 'bearer', bearerFormat: 'JWT' }, 'access-token')
1616
.build();
1717
const document = SwaggerModule.createDocument(app, build);
18-
const theme = new SwaggerTheme('v3');
18+
const theme = new SwaggerTheme();
1919
SwaggerModule.setup(config.get<string>('swagger.path'), app, document, {
2020
...config.get<SwaggerCustomOptions>('swagger.options'),
2121
explorer: true,

0 commit comments

Comments
 (0)