whoops
This commit is contained in:
parent
77520fb54e
commit
8361de7718
@ -5,7 +5,6 @@ import {HomeComponent} from "./home/home.component";
|
|||||||
|
|
||||||
export const routes: Routes = [
|
export const routes: Routes = [
|
||||||
{path: 'login', component: LoginComponent},
|
{path: 'login', component: LoginComponent},
|
||||||
{path: 'test', component: LoginComponent},
|
|
||||||
{path: '', component: HomeComponent, canActivate: [AuthGuardService]},
|
{path: '', component: HomeComponent, canActivate: [AuthGuardService]},
|
||||||
{path: '**', redirectTo: ''}
|
{path: '**', redirectTo: ''}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user