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 2c85362 commit 5ec56dfCopy full SHA for 5ec56df
src/projects/routes.jsx
@@ -38,6 +38,7 @@ const projectRoutes = (
38
path="/projects"
39
render={() => (
40
<Switch>
41
+ <Route path="/projects/:projectId/attachments/:attachmentId" render={renderApp(<FileDownloadWithAuth />, null)} />
42
<Route path="/projects/:projectId" render={renderApp(<TopBarContainer toolbar={ProjectToolBar} />, <ProjectDetailWithAuth />)} />
43
<Route path="/projects" render={renderApp(<TopBarContainer toolbar={ProjectsToolBar} />, <ProjectsWithAuth />)} />
44
</Switch>
0 commit comments