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