Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 19, 2024
1 parent 7593a93 commit a8edd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function bootstrap() {
const config = new DocumentBuilder()
.setTitle("NatComplaints - Complaint Management API")
.setDescription("NatComplaints - Complaint Management API")
.setVersion("1.0.0")
.setVersion("1.0")
.addTag("NatComplaints - Complaint Management")
.build();

Expand Down

0 comments on commit a8edd17

Please sign in to comment.