Skip to content

Commit

Permalink
Update src/routers/routerV2.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ijemma Onwuzulike <[email protected]>
  • Loading branch information
ebubae and ijemmao authored Oct 23, 2024
1 parent 5a9be0a commit 0afd635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/routerV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0afd635

Please sign in to comment.