From 3ec174ad2e01f738834b50d7405883133bf00d0b Mon Sep 17 00:00:00 2001 From: Nikolaos Laskaris Date: Tue, 7 Nov 2017 12:36:09 +0200 Subject: [PATCH] redirect to login --- dmp-frontend/src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/app-routing.module.ts b/dmp-frontend/src/app/app-routing.module.ts index ab3af942c..c261cbe4e 100644 --- a/dmp-frontend/src/app/app-routing.module.ts +++ b/dmp-frontend/src/app/app-routing.module.ts @@ -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 }, /* {