removing tag in main

This commit is contained in:
KurtisMelkisedec 2025-10-31 21:23:35 +00:00
parent 3e615eda42
commit 0ceff9bd68

View File

@ -17,7 +17,6 @@ async function bootstrap() {
'This is a service dedicated to the reception of callback from external source and sending to rabbitMQ', 'This is a service dedicated to the reception of callback from external source and sending to rabbitMQ',
) )
.addBearerAuth() .addBearerAuth()
.addTag('auth')
.setVersion('1.0') .setVersion('1.0')
.build(); .build();