Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | 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 | _webhook_controller | /webhook/{type} | Path does not match |
| 17 | app_admin2 | /admin2 | Path does not match |
| 18 | app_admin | /admin | Path does not match |
| 19 | app_admin_maj_donnees_odoo_helios | /admin/maj_donnees_odoo_helios | Path does not match |
| 20 | app_user_update | /admin/{id}/update | Path does not match |
| 21 | app_user_delete | /admin/{id}/delete | Path does not match |
| 22 | app_admin_conf | /admin/conf | Path does not match |
| 23 | app_conf_ajax | /admin/conf/ajaxliste | Path does not match |
| 24 | app_admin_newconf | /admin/conf/new | Path does not match |
| 25 | app_conf_update | /admin/conf/{id}/update | Path does not match |
| 26 | app_conf_delete | /admin/conf/{id}/delete | Path does not match |
| 27 | app_admin_h_sentence | /admin/h_sentence | Path does not match |
| 28 | app_h_sentence_ajax | /admin/h_sentence/ajaxliste | Path does not match |
| 29 | app_admin_newhsentence | /admin/h_sentence/new | Path does not match |
| 30 | app_h_sentence_update | /admin/h_sentence/{id}/update | Path does not match |
| 31 | app_admin_ghs_picto | /admin/ghs_picto | Path does not match |
| 32 | app_ghs_picto_ajax | /admin/ghs_picto/ajaxliste | Path does not match |
| 33 | app_admin_newghspictograms | /admin/ghs_picto/new | Path does not match |
| 34 | app_ghs_picto_update | /admin/ghs_picto/{id}/update | Path does not match |
| 35 | app_admin_traduction | /admin/traduction | Path does not match |
| 36 | app_admin_traduction_ajax | /admin/traduction/ajaxliste | Path does not match |
| 37 | app_traduction_delete | /admin/traduction/{id}/delete | Path does not match |
| 38 | app_traduction_new | /admin/traduction/new | Path does not match |
| 39 | app_traduction_update | /admin/traduction/{id}/update | Path does not match |
| 40 | app_admin_template | /admin/template | Path does not match |
| 41 | app_template_ajax | /admin/template/ajaxliste | Path does not match |
| 42 | app_admin_newtemplate | /admin/template/new | Path does not match |
| 43 | app_template_update | /admin/template/{id}/update | Path does not match |
| 44 | app_template_delete | /admin/template/{id}/delete | Path does not match |
| 45 | app_admin_p_sentence | /admin/p_sentence | Path does not match |
| 46 | app_p_sentence_ajax | /admin/p_sentence/ajaxliste | Path does not match |
| 47 | app_p_sentence_new | /admin/p_sentence/new | Path does not match |
| 48 | app_p_sentence_update | /admin/p_sentence/{id}/update | Path does not match |
| 49 | app_api_odoo_model | /api/odoo/{model} | Path does not match |
| 50 | app_api_odoo_id_model | /api/odoo/{id}/{model} | Path does not match |
| 51 | app_api_odoo_model_create | /api/odoo/{model}/create | Path does not match |
| 52 | app_api_odoo_model_update | /api/odoo/{model}/{id}/update | Path does not match |
| 53 | app_api_odoo_model_delete | /api/odoo/{model}/{id}/delete | Path does not match |
| 54 | app_api_odoo_nomenclature_delete | /api/odoo/delete/nomenclature/product | Path does not match |
| 55 | app_web_hook_odoo | /web/hook/odoo/{type}/{cas} | Path does not match |
| 56 | app_web_hook_odoo_variantprod | /web/hook/odoo/variant/product/del | Path does not match |
| 57 | app_error | /error | Path does not match |
| 58 | connect_google | /connect/google | Path does not match |
| 59 | connect_google_check | /connect/google/check | Path does not match |
| 60 | app_main | / | Path does not match |
| 61 | app_home | /accueil | Path does not match |
| 62 | 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.