Skip to content

Commit

Permalink
ci: test change
Browse files Browse the repository at this point in the history
  • Loading branch information
High10Hunter committed Mar 26, 2024
1 parent 2502346 commit 27c7be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';

export function setupSwagger(app: INestApplication): void {
const documentBuilder = new DocumentBuilder()
.setTitle('Map Sorter API Documentation v1.0.0')
.setTitle('Map Sorter API Documentation')
.setDescription('The API Documentation for Map Sorter Product of GDSC-DUT')
.addBearerAuth(
{
Expand Down

0 comments on commit 27c7be4

Please sign in to comment.