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 }, /* {