Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
#49 remove recurring snapshots path from router
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Shakhov committed Jul 19, 2017
1 parent 44aac2b commit 48d43d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ export const routes: Routes = [
component: SshKeysPageComponent,
canActivate: [AuthGuard]
},
{
path: 'test',
component: RecurringSnapshotsComponent
},
{
path: '**',
redirectTo: 'test' // todo
redirectTo: 'instances'
}
];

0 comments on commit 48d43d1

Please sign in to comment.