From 914b1ec5edcfc6183434e15d1ac54720cc6f43f2 Mon Sep 17 00:00:00 2001 From: Kataev Denis Date: Thu, 29 Sep 2022 10:32:06 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#12401=20=D0=B2=D0=B5=D1=80=D0=BD=D1=83?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=B0=D0=BA=20=D0=B1=D1=8B=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/app.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 9a1f050..0f44a05 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -56,10 +56,10 @@ import { NotFoundComponent } from './pages/not-found/not-found.component'; AppRoutingModule, RouterModule.forRoot([ { - path: '', + path: '**', component: MainComponent }, - { path: '**', component: NotFoundComponent } + // { path: '**', component: NotFoundComponent } ]), InputMaskModule, ProgressSpinnerModule,