Added redirect to standard view
This commit is contained in:
@@ -7,7 +7,8 @@ import { UserstoryListComponent } from './userstory-list/userstory-list.componen
|
|||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{ path: 'tasks', component: TaskListComponent },
|
{ path: 'tasks', component: TaskListComponent },
|
||||||
{ path: 'userstories', component: UserstoryListComponent }
|
{ path: 'userstories', component: UserstoryListComponent },
|
||||||
|
{ path: '', redirectTo: '/tasks', pathMatch: 'full' },
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|||||||
Reference in New Issue
Block a user