Routing
mesAlertes
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/app/alertes
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | main | / | Path does not match |
| 2 | choix_role | /app/choix | Path does not match |
| 3 | monCompte | /app/mon/compte | Path does not match |
| 4 | teletravailAutomatique | /teletravail/automatique | Path does not match |
| 5 | evenements_libre | /app/evenements | Path does not match |
| 6 | date_libre | /app/dateLibre/{debut}/{fin}/{days} | Path does not match |
| 7 | date_reserve | /app/dateReserve/{evenement}/{immatriculation}/{commentaire} | Path does not match |
| 8 | actionsAgents | /admin/actions/{agent}/ | Path does not match |
| 9 | mesActions | /app/actions | Path does not match |
| 10 | deleteAction | /app/action/delete/{profil}/{evenement} | Path does not match |
| 11 | mesReservations | /app/reservations | Path does not match |
| 12 | agentsReservations | /admin/reservations/{agent} | Path does not match |
| 13 | deleteReservation | /app/reservation/delete/{profil}/{evenement} | Path does not match |
| 14 | mesAlertes | /app/alertes | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.