redirect to login
This commit is contained in:
parent
da6c98cacd
commit
3ec174ad2e
|
@ -18,7 +18,7 @@ const appRoutes: Routes = [
|
||||||
//{ path: 'dmps', component: DmpComponent},
|
//{ path: 'dmps', component: DmpComponent},
|
||||||
{ path: 'workspace', component: UserWorkspaceComponent},
|
{ path: 'workspace', component: UserWorkspaceComponent},
|
||||||
//{ path: '', component: EmptyComponent},
|
//{ path: '', component: EmptyComponent},
|
||||||
//{ path: '', redirectTo: '/login', pathMatch: 'full' },
|
{ path: '', redirectTo: '/login', pathMatch: 'full' },
|
||||||
{ path: '**', component: PageNotFoundComponent },
|
{ path: '**', component: PageNotFoundComponent },
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue