Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | attribution_attribuer | /attribution/attribuer | Path does not match |
| 2 | attribution_desattribuer | /attribution/desattribuer | Path does not match |
| 3 | billet_note_update | /admin/billet-note-update | Path does not match |
| 4 | broker_update | /admin/broker-update | Path does not match |
| 5 | commande_create_from_client | /commande/create-from-client | Path does not match |
| 6 | valider_spectateur_commande | /admin/edit-command/{id}/valider-spectateur | Path does not match |
| 7 | desactiver_commande | /admin/desactiver-command/{id} | Path does not match |
| 8 | activer_commande | /admin/activer-command/{id} | Path does not match |
| 9 | send_pdf_email_commande | /admin/send-pdf-email/{id} | Path does not match |
| 10 | commande_delete_from_index | /admin/commande/{id}/delete-from-index | Path does not match |
| 11 | admin | /admin | Path does not match |
| 12 | app_admin_dashboard_index | /admin | Path does not match |
| 13 | serie_billet_create_from_acheteur | /serie-billet/create-from-acheteur | Path does not match |
| 14 | serie_billet_delete_from_acheteur | /serie-billet/{id}/delete-from-acheteur | Path does not match |
| 15 | get_session_data | /get-session-data | Path does not match |
| 16 | admin_setting_note_delete | /admin/setting/note/delete/{id} | Path does not match |
| 17 | supprimer_spectateur_commande | /admin/delete-spectateur/{id} | Path does not match |
| 18 | supprimer_historique_spectateur_commande | /admin/delete-historique-spectateur/{id} | Path does not match |
| 19 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.