Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 3 | _profiler_vite | /_profiler/vite | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | api_admin_users | /api/admin/users | Path does not match |
| 19 | api_admin_create_user | /api/admin/users | Path does not match |
| 20 | api_admin_update_user | /api/admin/users/{id} | Path does not match |
| 21 | api_admin_toggle_block | /api/admin/users/{id}/toggle-block | Path does not match |
| 22 | api_admin_delete_user | /api/admin/users/{id}/delete | Path does not match |
| 23 | api_admin_logs | /api/admin/logs | Path does not match |
| 24 | api_admin_events | /api/admin/events | Path does not match |
| 25 | api_admin_parametres | /api/admin/parametres | Path does not match |
| 26 | api_admin_update_parametre | /api/admin/parametres/{id} | Path does not match |
| 27 | api_assurances_list | /api/assurances | Path does not match |
| 28 | api_assurances_create | /api/assurances | Path does not match |
| 29 | api_assurances_pdf | /api/assurances/{id}/pdf | Path does not match |
| 30 | api_assurances_delete | /api/assurances/{id}/delete | Path does not match |
| 31 | api_login | /api/login | Path does not match |
| 32 | api_logout | /api/logout | Path does not match |
| 33 | api_me | /api/me | Path does not match |
| 34 | api_dashboard_stats | /api/dashboard/stats | Path does not match |
| 35 | api_dashboard_versements_graph | /api/dashboard/versements/graph | Path does not match |
| 36 | api_dashboard_evolution_annuelle | /api/dashboard/evolution/annuelle | Path does not match |
| 37 | api_dashboard_chauffeurs_stats | /api/dashboard/chauffeurs/stats | Path does not match |
| 38 | api_dashboard_alertes | /api/dashboard/alertes | Path does not match |
| 39 | api_depenses_list | /api/depenses | Path does not match |
| 40 | api_depenses_create | /api/depenses | Path does not match |
| 41 | api_depenses_update | /api/depenses/{id} | Path does not match |
| 42 | api_depenses_delete | /api/depenses/{id}/delete | Path does not match |
| 43 | api_notifications_list | /api/notifications | Path does not match |
| 44 | api_notifications_unread_count | /api/notifications/unread/count | Path does not match |
| 45 | api_notifications_mark_read | /api/notifications/{id}/read | Path does not match |
| 46 | api_notifications_mark_all_read | /api/notifications/read-all | Path does not match |
| 47 | api_profile_update | /api/profile/update | Path does not match |
| 48 | api_profile_password | /api/profile/password | Path does not match |
| 49 | api_profile_avatar | /api/profile/avatar | Path does not match |
| 50 | paiement_senepay_create | /api/paiement/senepay/create | Path does not match |
| 51 | paiement_senepay_status | /api/paiement/senepay/status/{sessionToken} | Path does not match |
| 52 | paiement_senepay_webhook | /api/paiement/senepay/webhook | Path does not match |
| 53 | paiement_senepay_return | /api/paiement/senepay/return | Path does not match |
| 54 | paiement_historique | /api/paiement/historique | Path does not match |
| 55 | paiement_senepay_session | /api/paiement/senepay/session/{sessionToken} | Path does not match |
| 56 | api_versements_list | /api/versements | Path does not match |
| 57 | api_versements_create | /api/versements | Path does not match |
| 58 | api_versements_senepay_init | /api/versements/senepay/init | Path does not match |
| 59 | api_versements_senepay_webhook | /api/versements/senepay/webhook | Path does not match |
| 60 | api_versements_validate | /api/versements/{id}/valider | Path does not match |
| 61 | api_versements_invalidate | /api/versements/{id}/invalider | Path does not match |
| 62 | api_versements_validate_by_token | /api/versements/validate/{token} | Path does not match |
| 63 | api_versements_export | /api/versements/export | Path does not match |
| 64 | api_voitures_list | /api/voitures | Path does not match |
| 65 | api_voitures_create | /api/voitures | Path does not match |
| 66 | api_voitures_update | /api/voitures/{id} | Path does not match |
| 67 | api_voitures_delete | /api/voitures/{id}/delete | Path does not match |
| 68 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.