Skip to content

Commit

Permalink
feat: request Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Aug 31, 2024
1 parent 489c8ee commit b412a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function bootstrap() {
SwaggerModule.setup('api', app, document, {
swaggerOptions: {
oauth2RedirectUrl: `${configService.getOrThrow('API_URL')}/api/oauth2-redirect.html`,
displayRequestDuration: true,
},
});
// start server
Expand Down

0 comments on commit b412a85

Please sign in to comment.