diff --git a/api/src/main.ts b/api/src/main.ts index 3293a6241..61423da5a 100644 --- a/api/src/main.ts +++ b/api/src/main.ts @@ -9,6 +9,8 @@ import { JwtAuthGuard } from 'guards/jwt-auth.guard'; import { useContainer } from 'class-validator'; import { SensitiveInfoGuard } from 'guards/sensitive-info.guard'; +// test + async function bootstrap(): Promise { const logger: Logger = new Logger('bootstrap'); const serverConfig: any = config.get('server');