fix: add fallback route
This commit is contained in:
@@ -7,4 +7,8 @@ export const routes: Routes = [
|
|||||||
component: Main,
|
component: Main,
|
||||||
pathMatch: 'full',
|
pathMatch: 'full',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '**',
|
||||||
|
redirectTo: '',
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user