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