Routing
client_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | admin_search | /search | Path does not match |
| 17 | admin_borne_new | /bornes/new | Path does not match |
| 18 | admin_borne_export_csv | /bornes/export-csv | Path does not match |
| 19 | admin_borne_export_csv_compte | /bornes/export-csv/{compteId} | Path does not match |
| 20 | admin_borne_export_csv_pack | /bornes/export-csv/pack/{packId} | Path does not match |
| 21 | admin_borne_import_csv | /bornes/import-csv | Path does not match |
| 22 | admin_borne_edit | /bornes/{id}/edit | Path does not match |
| 23 | admin_borne_delete | /bornes/{id}/delete | Path does not match |
| 24 | admin_borne_qr_download | /bornes/{id}/qr/{format} | Path does not match |
| 25 | admin_borne_batch_qr_pack | /bornes/batch-qr/pack/{packId} | Path does not match |
| 26 | admin_borne_batch_qr_zip_pack | /bornes/batch-qr-zip/pack/{packId} | Path does not match |
| 27 | admin_borne_batch_qr | /bornes/batch-qr/{compteId} | Path does not match |
| 28 | admin_borne_batch_qr_zip | /bornes/batch-qr-zip/{compteId} | Path does not match |
| 29 | admin_client_new | /clients/new | Path does not match |
| 30 | admin_compte_edit | /clients/compte/{id}/edit | Path does not match |
| 31 | admin_compte_scan_preview | /clients/compte/{id}/scan-preview | Path does not match |
| 32 | admin_compte_delete | /clients/compte/{id}/delete | Path does not match |
| 33 | admin_client_add_user | /clients/compte/{compteId}/user/add | Path does not match |
| 34 | admin_client_edit_user | /clients/compte/{compteId}/user/{id}/edit | Path does not match |
| 35 | admin_client_impersonate | /clients/compte/{compteId}/user/{id}/impersonate | Path does not match |
| 36 | admin_client_toggle | /clients/user/{id}/toggle | Path does not match |
| 37 | admin_compte_nav | /clients/compte/{id}/nav-data | Path does not match |
| 38 | admin_compte_boutons_direct | /clients/compte/{id}/boutons | Path does not match |
| 39 | admin_compte_boutons_reorder | /clients/compte/{id}/boutons/reorder | Path does not match |
| 40 | admin_compte_bouton_rename | /clients/compte/{id}/boutons/{buttonId}/rename | Path does not match |
| 41 | admin_compte_bouton_delete | /clients/compte/{id}/boutons/{buttonId}/delete | Path does not match |
| 42 | admin_compte_bouton_reset | /clients/compte/{id}/boutons/reset | Path does not match |
| 43 | admin_compte_bornes_direct | /clients/compte/{id}/bornes | Path does not match |
| 44 | admin_home | / | Path does not match |
| 45 | admin_dashboard | /dashboard | Path does not match |
| 46 | admin_pack_index | /clients/compte/{compteId}/packs | Path does not match |
| 47 | admin_pack_new | /clients/compte/{compteId}/packs/new | Path does not match |
| 48 | admin_pack_show | /clients/compte/{compteId}/packs/{id} | Path does not match |
| 49 | admin_pack_rename | /clients/compte/{compteId}/packs/{id}/rename | Path does not match |
| 50 | admin_pack_delete | /clients/compte/{compteId}/packs/{id}/delete | Path does not match |
| 51 | client_api_sidebar_bornes | /api/sidebar-bornes | Path does not match |
| 52 | client_api_export_stats | /api/export-stats | Path does not match |
| 53 | client_auto_login | /auto-login/{token} | Path does not match |
| 54 | client_borne_index | /bornes | Path does not match |
| 55 | client_borne_show | /bornes/{id} | Path does not match |
| 56 | client_home | / | Path does not match |
| 57 | client_dashboard | /dashboard | Path does not match |
| 58 | client_legacy_password | /legacy-password | Path does not match |
| 59 | client_settings | /settings | Path does not match |
| 60 | mini_url_redirect | /u/{code} | Path does not match |
| 61 | qr_page_web_render | /qr/{id}/page | Path does not match |
| 62 | signalement_show | /le-container/{reference} | Path does not match |
| 63 | signalement_submit | /le-container/{reference} | Path does not match |
| 64 | signalement_merci | /le-container/{reference}/merci | Path does not match |
| 65 | admin_login | /login | Path almost matches, but Host "client.holy.mabornedeborde.astraga.io" does not match the requirement ("admin.holy.mabornedeborde.astraga.io") |
| 66 | admin_logout | /logout | Path does not match |
| 67 | client_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.