parent
86eaca953e
commit
914b1ec5ed
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user