Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Fix search (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
migmartri committed Feb 10, 2017
1 parent fd3fa93 commit ac38807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/src/app/app.routing.ts
Expand Up @@ -26,6 +26,10 @@ const appRoutes: Routes = [
}
}
},
{
path: 'charts/search',
component: ChartSearchComponent
},
{
path: 'charts/:repo',
component: ChartsComponent,
Expand All @@ -35,10 +39,6 @@ const appRoutes: Routes = [
}
}
},
{
path: 'charts/search',
component: ChartSearchComponent
},
{
path: 'charts/:repo/:chartName',
component: ChartDetailsComponent
Expand Down

0 comments on commit ac38807

Please sign in to comment.