diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 16:36:25 +0100 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2023-03-17 16:36:25 +0100 |
commit | 1de0dbe50942803c00eff92dd695694db4a771f3 (patch) | |
tree | a0ac6103d2dc2d8e416158b4e7a0ce82b585c49e /src | |
parent | Merge pull request #1005 from Xanderplayz18/patch-1 (diff) | |
download | server-1de0dbe50942803c00eff92dd695694db4a771f3.tar.xz |
build: update dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/api/middlewares/Translation.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/middlewares/Translation.ts b/src/api/middlewares/Translation.ts index 928d29ff..999d42a3 100644 --- a/src/api/middlewares/Translation.ts +++ b/src/api/middlewares/Translation.ts @@ -20,7 +20,7 @@ import fs from "fs"; import path from "path"; import i18next from "i18next"; import i18nextMiddleware from "i18next-http-middleware"; -import i18nextBackend from "i18next-node-fs-backend"; +import i18nextBackend from "i18next-fs-backend"; import { Router } from "express"; const ASSET_FOLDER_PATH = path.join(__dirname, "..", "..", "..", "assets"); |