redirect to login

This commit is contained in:
Nikolaos Laskaris 2017-11-07 12:36:09 +02:00
parent da6c98cacd
commit 3ec174ad2e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const appRoutes: Routes = [
//{ path: 'dmps', component: DmpComponent},
{ path: 'workspace', component: UserWorkspaceComponent},
//{ path: '', component: EmptyComponent},
//{ path: '', redirectTo: '/login', pathMatch: 'full' },
{ path: '', redirectTo: '/login', pathMatch: 'full' },
{ path: '**', component: PageNotFoundComponent },
/*
{