removed route to the home page

pull/9/head
Chris Veilleux 2018-10-30 10:35:53 -05:00
parent 6b5441f26d
commit ab2c9cd5c4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import { LogoutComponent } from "./logout/logout.component";
const routes: Routes = [
{ path: 'login', component: LoginComponent },
{ path: 'logout', component: LogoutComponent },
// { path: '', redirectTo: '/login', pathMatch: 'full' },
// { path: '**', component: PageNotFoundComponent }
];