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 17, 2024
1 parent f4fac46 commit da08c19
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("Compliance and Enforcement - Complaint Management API")
.setDescription("The Complicance and Enforcement - Complaint Management API")
.setVersion("1.0.0")
.setVersion("1.0")
.addTag("Compliance and Enforcement - Complaint Management")
.build();

Expand Down

0 comments on commit da08c19

Please sign in to comment.