Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrg committed Feb 11, 2025
1 parent 4812783 commit bc603f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bc603f9

Please sign in to comment.