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 6f96c21 commit e0bea78Copy full SHA for e0bea78
client/src/router.tsx
@@ -81,7 +81,9 @@ export default function Router() {
81
<Route path="/authors/:id" element={<Author />} />
82
<Route path="/person/:id" element={<Author />} />
83
<Route path="/organizations/:id" element={<Organization />} />
84
- <Route path="/entite/:id" element={<Organization />} />
+ <Route path="/structures/:id" element={<Organization />} />
85
+ <Route path="/structure/:id" element={<Organization />} />
86
+ <Route path="/entite/:id" element={<Organization />} />
87
<Route path="/projects/:id" element={<Project />} />
88
<Route path="/project/:id" element={<Project />} />
89
<Route path="/patents/:id" element={<Patents />} />
0 commit comments