From bc603f91e63872845070a1c1281988bda9c37680 Mon Sep 17 00:00:00 2001 From: julienbrg Date: Tue, 11 Feb 2025 20:30:13 +0100 Subject: [PATCH] clean up --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index a1f06af..bdb76a8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,10 +17,9 @@ async function bootstrap() { const config = new DocumentBuilder() .setTitle('Rukh') .setDescription( - 'Nest.js-based AI agent starter kit. GitHub repo: https://github.com/w3hc/rukh', + 'Nest.js-based AI agent starter kit. \n\nGitHub repo: https://github.com/w3hc/rukh', ) .setVersion('0.1.0-alpha') - .addBearerAuth() .build(); const document = SwaggerModule.createDocument(app, config);