From 0afd6354d8c5f2dc6094564176edf2f951b1c6aa Mon Sep 17 00:00:00 2001 From: Ebube Chuba Date: Wed, 23 Oct 2024 17:00:39 -0400 Subject: [PATCH] Update src/routers/routerV2.ts Co-authored-by: Ijemma Onwuzulike --- src/routers/routerV2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/routerV2.ts b/src/routers/routerV2.ts index a118a473..c7d4c672 100644 --- a/src/routers/routerV2.ts +++ b/src/routers/routerV2.ts @@ -4,7 +4,7 @@ import { getWords, getWord } from '../controllers/words'; import { getExample, getExamples } from '../controllers/examples'; import { getNsibidiCharacter, getNsibidiCharacters } from '../controllers/nsibidi'; import { getTranscription } from '../controllers/speechToText'; -import { getTranslation } from '..//controllers/translation'; +import { getTranslation } from '../controllers/translation'; import validId from '../middleware/validId'; import validateApiKey from '../middleware/validateApiKey'; import analytics from '../middleware/analytics';