diff --git a/src/main.ts b/src/main.ts index f8e9e86..27be26d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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