diff --git a/src/main.ts b/src/main.ts index 2067a0f..3fdce0e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,7 +17,6 @@ async function bootstrap() { 'This is a service dedicated to the reception of callback from external source and sending to rabbitMQ', ) .addBearerAuth() - .addTag('auth') .setVersion('1.0') .build();