aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r--client/src/app/app-routing.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts
index a9d9c723a..40e4ec35d 100644
--- a/client/src/app/app-routing.module.ts
+++ b/client/src/app/app-routing.module.ts
@@ -194,7 +194,7 @@ for (const locale of POSSIBLE_LOCALES) {
194 194
195routes.push({ 195routes.push({
196 path: '**', 196 path: '**',
197 loadChildren: () => import('./+page-not-found/page-not-found.module').then(m => m.PageNotFoundModule) 197 loadChildren: () => import('./+error-page/error-page.module').then(m => m.ErrorPageModule)
198}) 198})
199 199
200@NgModule({ 200@NgModule({