From cad12c031a0c7052c2bb41707e9ca0eceed46875 Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 18 Sep 2023 16:55:12 +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 dc98b2e4..e10e2e4e 100644 --- a/src/app/index.ts +++ b/src/app/index.ts @@ -47,6 +47,7 @@ import VotesController from "./api/super-admin/VotesController"; import LiveVoteController from "./api/super-admin/LiveVoteController"; + /** * @description This allow to declare all controllers used in the application */