Skip to content

Commit f2ae01a

Browse files
committed
fixed routing for gene analyzer
1 parent ee23a78 commit f2ae01a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/routes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const Routes = () => (
1515
<Route exact path="/" component={Home} />
1616
<Route exact path="/app/" component={Home} />
1717
<Route exact path="/app/batch-analyzer" component={BatchAnalyzer} />
18+
<Route exact path="/app/gene-analyzer/" component={GeneAnalyzer} />
1819
<Route path="/app/gene-analyzer/:gene" component={GeneAnalyzer} />
1920
</Switch>
2021
</React.Fragment>

0 commit comments

Comments
 (0)