Routing
app_login
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 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_affaire | /prod/affaire | Path does not match |
| 17 | app_affaire_modifier | /prod/affaire/modifier/{id} | Path does not match |
| 18 | affaire_delete_token | /prod/affaire/{id}/delete-token | Path does not match |
| 19 | affaire_delete | /prod/affaire/{id}/delete | Path does not match |
| 20 | badgeage_login | /badgeage/login | Path does not match |
| 21 | badgeage_journee | /badgeage/journee | Path does not match |
| 22 | badgeage_liste_journee | /badgeage/journee/liste | Path does not match |
| 23 | badgeage_add_tache | /badgeage/add-tache | Path does not match |
| 24 | badgeage_pause_midi | /badgeage/pause-midi | Path does not match |
| 25 | badgeage_synthese | /badgeage/synthese | Path does not match |
| 26 | badgeage_valider | /badgeage/valider | Path does not match |
| 27 | app_admin_banc | /prod/banc | Path does not match |
| 28 | app_admin_banc_ajouter | /admin/banc/ajouter | Path does not match |
| 29 | app_admin_banc_modifier | /prod/banc/modifier/{id} | Path does not match |
| 30 | banc_delete_token | /admin/banc/{id}/delete-token | Path does not match |
| 31 | banc_delete | /admin/banc/{id}/delete | Path does not match |
| 32 | api_banc_show | /api/bancs/{id} | Path does not match |
| 33 | app_detail_affaire | /prod/detail/affaire | Path does not match |
| 34 | app_detail_affaire_liste | /prod/detailaffaire/liste/{id} | Path does not match |
| 35 | detailaffaire_delete_token | /admin/detailaffaire/{id}/delete-token | Path does not match |
| 36 | detailaffaire_delete | /admin/detailaffaire/{id}/delete | Path does not match |
| 37 | api_detail_affaires | /api/detail-affaires | Path does not match |
| 38 | import_excel | /prod/import-excel | Path does not match |
| 39 | app_home | /prod/ | Path does not match |
| 40 | parametrage_jour | /parametrage/{date} | Path does not match |
| 41 | parametrage_calendrier | /parametrage/calendrier/{startDate} | Path does not match |
| 42 | parametrage_recap | /parametrage/recap/{week} | Path does not match |
| 43 | api_parametrage_banc_jour | /api/parametrage-banc-jour | Path does not match |
| 44 | app_parametrage_banc_semaine | /parametrage/banc/semaine | Path does not match |
| 45 | parametrage_semaine | /parametrage/{annee}/{semaine} | Path does not match |
| 46 | app_plancollage_store | /api/plans-collage | Path does not match |
| 47 | app_plancollage_show | /api/plans-collage | Path does not match |
| 48 | api_dates_parametrees | /api/dates-parametrees | Path does not match |
| 49 | ordre_plan_jour | /plan/jour/{date}/ordre | Path does not match |
| 50 | ordre_plan_jour_save | /plan/jour/{date}/ordre/save | Path does not match |
| 51 | app_planification_detail | /planification/detail/{banc}/{jour}/{mois}/{annee}/{heure}/{minute} | Path does not match |
| 52 | app_planification | /planification | Path does not match |
| 53 | planification_recap | /planification/recap/{week} | Path does not match |
| 54 | app_regroupement | /prod/regroupement | Path does not match |
| 55 | regroupement_creer | /prod/regroupement/creer | Path does not match |
| 56 | app_regroupement_detail_affaire | /prod/regroupement/detail-affaire/{id} | Path does not match |
| 57 | regroupement_supprimer | /prod/regroupement/{id}/supprimer | Path does not match |
| 58 | app_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.