Routing
app_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_user_index.en | /admin/ | Path does not match |
2 | app_admin_user_index.fr | /administrateur/ | Path does not match |
3 | app_admin_user_new.en | /admin/new | Path does not match |
4 | app_admin_user_new.fr | /administrateur/new | Path does not match |
5 | app_admin_user_edit.en | /admin/{id}/edit | Path does not match |
6 | app_admin_user_edit.fr | /administrateur/{id}/edit | Path does not match |
7 | app_admin_user_delete.en | /admin/{id} | Path does not match |
8 | app_admin_user_delete.fr | /administrateur/{id} | Path does not match |
9 | api_user_get_activation_code | /api/activation/{email} | Path does not match |
10 | api_user_get_clinics | /api/clinics/{id} | Path does not match |
11 | api_get_parameters | /api/parameters | Path does not match |
12 | api_get_products | /api/brands | Path does not match |
13 | api_get_shipping_dates | /api/shipping-dates | Path does not match |
14 | api_get_totals | /api/totals/{id} | Path does not match |
15 | api_update_or_create_order | /api/order/{id}/{clinic} | Path does not match |
16 | api_send_report | /api/report/{id}/{clinic}/{current} | Path does not match |
17 | app_brand_index.en | /product/ | Path does not match |
18 | app_brand_index.fr | /produit/ | Path does not match |
19 | app_brand_new.en | /product/new | Path does not match |
20 | app_brand_new.fr | /produit/nouveau | Path does not match |
21 | app_brand_show.en | /product/{id} | Path does not match |
22 | app_brand_show.fr | /produit/{id} | Path does not match |
23 | app_brand_edit.en | /product/{id}/edit | Path does not match |
24 | app_brand_edit.fr | /produit/{id}/edit | Path does not match |
25 | app_brand_delete.en | /product/{id} | Path does not match |
26 | app_brand_delete.fr | /produit/{id} | Path does not match |
27 | app_brand_delete_get.en | /product/{id}/delete | Path does not match |
28 | app_brand_delete_get.fr | /produit/{id}/delete | Path does not match |
29 | app_clinic_index.en | /clinic/ | Path does not match |
30 | app_clinic_index.fr | /clinique/ | Path does not match |
31 | app_clinic_new.en | /clinic/new | Path does not match |
32 | app_clinic_new.fr | /clinique/new | Path does not match |
33 | app_clinic_show.en | /clinic/{clinic} | Path does not match |
34 | app_clinic_show.fr | /clinique/{clinic} | Path does not match |
35 | app_clinic_edit.en | /clinic/{clinic}/edit | Path does not match |
36 | app_clinic_edit.fr | /clinique/{clinic}/edit | Path does not match |
37 | app_clinic_delete.en | /clinic/{clinic} | Path does not match |
38 | app_clinic_delete.fr | /clinique/{clinic} | Path does not match |
39 | app_clinic_delete_get.en | /clinic/{clinic}/delete | Path does not match |
40 | app_clinic_delete_get.fr | /clinique/{clinic}/delete | Path does not match |
41 | load_clinic_distribution_center_codes | /load/distribution | Path does not match |
42 | app_home | / | Path does not match |
43 | app_login.en | /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.