Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iyobo committed Nov 9, 2023
1 parent 3f80d01 commit 77a187a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ const {app, router} = await bootstrapControllers({
2: true,
dangote: true // great for custom, business client specific endpoint versions
},
useHelmet: true // standard security protections for servers.
useHelmet: true // standard security protections for servers.
openAPi:{
enabled: true // default is "/api/docs" for Openapi JSON output and "/api/swagger" for Swagger UI.
}
});


Expand Down

0 comments on commit 77a187a

Please sign in to comment.