Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/connexion
(route: "n/a")
Route Matching Logs
Path to match:
/accueil
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | change_state | /admin/abonnement/{id}/etat/{isState} | Path does not match |
| 2 | edit_abonnement | /admin/edit_abonnement/{id} | Path does not match |
| 3 | new_abonnement | /admin/new_abonnement/{id} | Path does not match |
| 4 | renew_subscription | /admin/renew_subscription/{id} | Path does not match |
| 5 | add_card_to_subscription | /admin/subscription/{id}/add_card | Path does not match |
| 6 | check_rfid_validity | /admin/check_rfid_validity | Path does not match |
| 7 | synchro_subscription | /admin/synchro_subscription/{id} | Path does not match |
| 8 | connexion | /connexion | Path does not match |
| 9 | first_connexion | /first-connexion/{jwt} | Path does not match |
| 10 | home | /accueil | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.