Skip to content

Commit

Permalink
SHIBUI-646 Fixed default route with redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 3, 2018
1 parent 2d724c4 commit 44146a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Routes, RouterModule } from '@angular/router';

const routes: Routes = [
{ path: '', redirectTo: 'metadata', pathMatch: 'full' },
{ path: 'dashboard', redirectTo: 'metadata', pathMatch: 'full' },
{
path: 'metadata',
loadChildren: './metadata/metadata.module#MetadataModule'
Expand Down

0 comments on commit 44146a8

Please sign in to comment.