From 4f5bbd66358f1e7fe29c6f06ce1a7f250ae9bd17 Mon Sep 17 00:00:00 2001 From: Vins Date: Thu, 21 Sep 2023 10:46:55 +0200 Subject: [PATCH] test --- src/app/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/index.ts b/src/app/index.ts index e10e2e4e..aaa40cc1 100644 --- a/src/app/index.ts +++ b/src/app/index.ts @@ -52,6 +52,7 @@ import LiveVoteController from "./api/super-admin/LiveVoteController"; * @description This allow to declare all controllers used in the application */ export default { + start: () => { Container.get(HomeController); Container.get(UsersControllerSuperAdmin);