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';