Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-646 (pull request #103)
Browse files Browse the repository at this point in the history
SHIBUI-646 Fixed default route with redirect

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Jul 6, 2018
2 parents 3f031c5 + 44146a8 commit 6b3ded7
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 6b3ded7

Please sign in to comment.