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,