Skip to content

Commit 9a0cd48

Browse files
committed
fix(ci/cd): add comment in router
1 parent c77e183 commit 9a0cd48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/commons/router.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default function Router() {
4444
<Route path="/financements-par-aap/*" element={<Suspense><FundingsRoutes /></Suspense>} />
4545
<Route path="/structures-finance" element={<Navigate to="/structures-finance/accueil" replace />} />
4646
<Route path="/structures-finance/*" element={<Suspense><StructuresFinanceRoutes /></Suspense>} />
47+
{/* Before adding a dashboard in production, add your dashboard in the mongoDB collection "Board" */}
4748

4849
{!isProd && (
4950
<>

0 commit comments

Comments
 (0)