From 4f0ae796ff7d985624b8fa0daad9795bbccacee7 Mon Sep 17 00:00:00 2001 From: Elliot Ward Date: Thu, 19 Dec 2024 17:11:16 +0000 Subject: [PATCH] =?UTF-8?q?LNP-1098:=20=F0=9F=8F=B4=F3=A0=81=A7?= =?UTF-8?q?=F3=A0=81=A2=F3=A0=81=B7=F3=A0=81=AC=F3=A0=81=B3=F3=A0=81=BF=20?= =?UTF-8?q?=20remove=20example=20of=20routes=20ignored=20by=20i18n=20middl?= =?UTF-8?q?eware.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/app.js b/server/app.js index 3b458015..2f4c9cde 100755 --- a/server/app.js +++ b/server/app.js @@ -72,7 +72,6 @@ const createApp = services => { app.use( middleware.handle(i18next, { - ignoreRoutes: ['/foo'], removeLngFromUrl: false, }), );