Skip to content

Commit

Permalink
LNP-1098: 🏴󠁧󠁢󠁷󠁬󠁳󠁿 remove example of routes ignored by i18n middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-TW committed Dec 19, 2024
1 parent 453198a commit 4f0ae79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const createApp = services => {

app.use(
middleware.handle(i18next, {
ignoreRoutes: ['/foo'],
removeLngFromUrl: false,
}),
);
Expand Down

0 comments on commit 4f0ae79

Please sign in to comment.