Skip to content

Commit

Permalink
Refactor Product Files - Step 2: Add Files route
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Jul 18, 2023
1 parent d959945 commit 627a5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export const tasksPath = '/tasks';
export const requestOrgAccessSuccessPath = '/request-access-for-organization/success';
export const requestOrgAccessPath = '/request-access-for-organization';
export const downloadsPath = '/downloads';
export const filesPath = '/files';
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function AuthenticatedRoutes() {

<Route path={paths.directoryPath} component={DirectoryRoute} />
<Route path={paths.projectsPath} component={ProjectsRoute} />
<Route path={paths.filesPath} component={FilesRoute} />

<Route path={paths.usersPath} component={UsersRoute} />

Expand Down

0 comments on commit 627a5ad

Please sign in to comment.