Skip to content

Commit

Permalink
docs(swagger): added license link
Browse files Browse the repository at this point in the history
  • Loading branch information
CleilsonAndrade committed Apr 1, 2024
1 parent 4ed8ec9 commit e0ed4f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ async function bootstrap(): Promise<void> {
'https://enterprise.nestjs.com/',
'[email protected]',
)
.setLicense(
'MIT',
`https://raw.githubusercontent.com/CleilsonAndrade/nestjs-boilerplate/main/LICENSE`,
)
.setTermsOfService(
`https://raw.githubusercontent.com/nestjs/nest/master/LICENSE`,
)
Expand Down

0 comments on commit e0ed4f4

Please sign in to comment.