Browse Source

fix typo

pull/1291/head
m11tch 3 years ago
parent
commit
57f6339b1e
  1. 2
      apps/api/src/app/frontend.middleware.ts

2
apps/api/src/app/frontend.middleware.ts

@ -82,7 +82,7 @@ export class FrontendMiddleware implements NestMiddleware {
);
} else if (req.path === '/nl' || req.path.startsWith('/nl/')) {
res.send(
this.interpolate(this.indexHtmlIt, {
this.interpolate(this.indexHtmlNl, {
featureGraphicPath,
languageCode: 'nl',
path: req.path,

Loading…
Cancel
Save