Skip to content

Commit e0bea78

Browse files
authored
Update routes
1 parent 6f96c21 commit e0bea78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/router.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ export default function Router() {
8181
<Route path="/authors/:id" element={<Author />} />
8282
<Route path="/person/:id" element={<Author />} />
8383
<Route path="/organizations/:id" element={<Organization />} />
84-
<Route path="/entite/:id" element={<Organization />} />
84+
<Route path="/structures/:id" element={<Organization />} />
85+
<Route path="/structure/:id" element={<Organization />} />
86+
<Route path="/entite/:id" element={<Organization />} />
8587
<Route path="/projects/:id" element={<Project />} />
8688
<Route path="/project/:id" element={<Project />} />
8789
<Route path="/patents/:id" element={<Patents />} />

0 commit comments

Comments
 (0)