Skip to content

Commit d9738f3

Browse files
authored
Merge pull request #115 from connery-io/con-95-2
refactor: clean up OpenAPI tags
2 parents 2834ba5 + 3621ffa commit d9738f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/connery/src/api/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async function initOpeApiSpec(app: INestApplication) {
4949
.addTag('Plugin')
5050
.addTag('Actions')
5151
.addTag('Specs', 'Action specifications for different clients.')
52-
.addTag('Tools', 'Different tooling endpoints.')
5352
.addServer(pluginConfigService.pluginServerUrl, 'Plugin URL')
5453
.build();
5554
const document = SwaggerModule.createDocument(app, config);

0 commit comments

Comments
 (0)