Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | app_api_instances | /api/instances/get | Path does not match |
| 3 | app_api_affaire | /api/affaire/get | Path does not match |
| 4 | app_api_instance | /api/instance/affaires/get/{instance} | Path does not match |
| 5 | app_api_groupe | /api/groupe/get | Path does not match |
| 6 | app_api_instance_affaire | /api/instance/affaire/get/{instance}/{affaire} | Path does not match |
| 7 | app_api_instance_affaire_affectation | /api/instance/affaire/getaffectation/ | Path does not match |
| 8 | app_api_groupe_instance_indemnite | /api/instance/getindemnite/ | Path does not match |
| 9 | app_api_groupe_instance_employe_time_by_affaire | /api/instance/getemployetimebyaffaire | Path does not match |
| 10 | app_api_groupe_instance_employe_data_by_affaire | /api/instance/getemployedatabyaffaire | Path does not match |
| 11 | gardian_oid_login | /gardianoid/login | Path does not match |
| 12 | gardian_oid_check | /gardianoid/check | Path does not match |
| 13 | gardian_oid_index | /gardianoid/index | Path does not match |
| 14 | gardian_oid_logout | /gardianoid/logout | Path does not match |
| 15 | app_group_index | /group/ | Path does not match |
| 16 | app_group_new | /group/new | Path does not match |
| 17 | app_group_show | /group/show/{id} | Path does not match |
| 18 | app_group_member_show | /group/showmembers/{id} | Path does not match |
| 19 | app_group_edit | /group/edit/{id} | Path does not match |
| 20 | app_group_delete | /group/delete/{id} | Path does not match |
| 21 | app_group_user_remove | /group/removeuser/{groupUser} | Path does not match |
| 22 | app_group_user_add | /group/adduser/{group}/{user} | Path does not match |
| 23 | app_homepage | / | Path does not match |
| 24 | 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.