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