Skip to content
Snippets Groups Projects
Commit 4d68681d authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

Test routes

parent d43a866c
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,9 @@ function App() {
<Route exact path="/MonHumaviron">
<MonHumaviron />
</Route>
<Route path="/admin" component={Admin} />
<Route exact path = "/admin">
<Admin />
</Route>
<Route exact path="/admin/scores" component={GestionScore} />
<Route exact path="/admin/equipes" component={GestionEquipes} />
<Route exact path="/admin/participants" component={GestionParticipants} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment