From e70cc36ddc1c4f222eaabd52140bfd65d35a830d Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 16 Nov 2023 09:27:23 +0300 Subject: [PATCH] trigger api test --- api/src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/main.ts b/api/src/main.ts index 3293a6241b..4fd1769c65 100644 --- a/api/src/main.ts +++ b/api/src/main.ts @@ -9,6 +9,7 @@ import { JwtAuthGuard } from 'guards/jwt-auth.guard'; import { useContainer } from 'class-validator'; import { SensitiveInfoGuard } from 'guards/sensitive-info.guard'; +// triger api tests async function bootstrap(): Promise { const logger: Logger = new Logger('bootstrap'); const serverConfig: any = config.get('server');