We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014f98b commit 41057faCopy full SHA for 41057fa
static/app/routes.tsx
@@ -2110,7 +2110,7 @@ function buildRoutes() {
2110
);
2111
2112
const issueRoutes = (
2113
- <Route path="/issues" component={errorHandler(IssueNavigation)} withOrgPath>
+ <Route path="/issues/" component={errorHandler(IssueNavigation)} withOrgPath>
2114
<IndexRoute component={errorHandler(OverviewWrapper)} />
2115
<Route path="views/:viewId/" component={errorHandler(OverviewWrapper)} />
2116
<Route path="searches/:searchId/" component={errorHandler(OverviewWrapper)} />
0 commit comments