Skip to content

Commit

Permalink
Merge pull request #115 from connery-io/con-95-2
Browse files Browse the repository at this point in the history
refactor: clean up OpenAPI tags
  • Loading branch information
machulav authored Apr 14, 2024
2 parents 2834ba5 + 3621ffa commit d9738f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/connery/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async function initOpeApiSpec(app: INestApplication) {
.addTag('Plugin')
.addTag('Actions')
.addTag('Specs', 'Action specifications for different clients.')
.addTag('Tools', 'Different tooling endpoints.')
.addServer(pluginConfigService.pluginServerUrl, 'Plugin URL')
.build();
const document = SwaggerModule.createDocument(app, config);
Expand Down

0 comments on commit d9738f3

Please sign in to comment.