mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Fix execution workspace company routing
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
cbeefbfa5a
commit
84e35b801c
3 changed files with 25 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ export function App() {
|
|||
<Route path="projects/:projectId/workspaces" element={<UnprefixedBoardRedirect />} />
|
||||
<Route path="projects/:projectId/workspaces/:workspaceId" element={<UnprefixedBoardRedirect />} />
|
||||
<Route path="projects/:projectId/configuration" element={<UnprefixedBoardRedirect />} />
|
||||
<Route path="execution-workspaces/:workspaceId" element={<UnprefixedBoardRedirect />} />
|
||||
<Route path="tests/ux/runs" element={<UnprefixedBoardRedirect />} />
|
||||
<Route path=":companyPrefix" element={<Layout />}>
|
||||
{boardRoutes()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue