We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd807db commit 6a4167cCopy full SHA for 6a4167c
static/app/routes.tsx
@@ -1792,9 +1792,9 @@ function buildRoutes() {
1792
<Route path="projects/" component={make(() => import('sentry/views/projects/'))}>
1793
{projectsChildRoutes}
1794
</Route>
1795
+ <Redirect from={`${FRONTEND_LANDING_SUB_PATH}/uptime/`} to="/insights/uptime/" />
1796
<Redirect from={`${BACKEND_LANDING_SUB_PATH}/uptime/`} to="/insights/uptime/" />
1797
<Redirect from={`${BACKEND_LANDING_SUB_PATH}/crons/`} to="/insights/crons/" />
- <Redirect from={`${FRONTEND_LANDING_SUB_PATH}/crons/`} to="/insights/crons/" />
1798
<Route path="uptime/">
1799
<IndexRoute
1800
component={make(() => import('sentry/views/insights/uptime/views/overview'))}
0 commit comments