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.
2 parents 1c85b63 + 2ebac75 commit 659dde7Copy full SHA for 659dde7
packages/frontend/src/routes.tsx
@@ -90,6 +90,7 @@ const AppRoutes: React.FunctionComponent<RoutesProps> = ({ currentUser }) => {
90
<Route path="/archive" element={<ArchivePage />} />
91
<Route path="/reports/:trainee?" element={<TrainerReportsPage />} />
92
<Route path="/reports/:trainee/:year/:week" element={<ReportReviewPage />} />
93
+ <Route path="/report/:trainee/:year/:week/:term" element={<ReportPage />} />
94
<Route path="/report/:trainee/:year/:week" element={<ReportPage />} />
95
<Route path="/trainees/:trainee?" element={<TraineePage />} />
96
</>
0 commit comments