removed route to the home page
parent
6b5441f26d
commit
ab2c9cd5c4
|
@ -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 }
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue