Skip to content

Commit

Permalink
feat(sample): add tagGroups example in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichFrancomme committed Nov 11, 2020
1 parent ba66195 commit 51b8264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sample/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ async function bootstrap() {
user: 'admin',
password: '123',
},
tagGroups: [
{
name: 'Core resources',
tags: ['cats'],
},
],
};
await RedocModule.setup('docs', app, document, redocOptions);
await app.listen(8000);
Expand Down

0 comments on commit 51b8264

Please sign in to comment.