From 2feca7ef2ee03ddb18a9c88e02dd5b432dd4fe32 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:11:21 +0400 Subject: [PATCH] Add project DAL --- backend/src/server/routes/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/server/routes/index.ts b/backend/src/server/routes/index.ts index 16d32aada..f6971b7ea 100644 --- a/backend/src/server/routes/index.ts +++ b/backend/src/server/routes/index.ts @@ -236,6 +236,7 @@ export const registerRoutes = async ( orgDAL, incidentContactDAL, tokenService, + projectDAL, smtpService, userDAL, orgBotDAL