Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | 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 | Path does not match |
| 25 | app_logout | /logout | Path does not match |
| 26 | connect_sudalys | /sso/login | Path does not match |
| 27 | connect_sudalys_check | /sso/check | Path does not match |
| 28 | connect_sudalys_logout | /sso/logout | Path does not match |
| 29 | app_user_index | /user/ | Path does not match |
| 30 | app_user_new | /user/new | Path does not match |
| 31 | app_user_show | /user/show/{id} | Path does not match |
| 32 | app_user_edit | /user/edit/{id} | Path does not match |
| 33 | app_user_delete | /user/delete/{id} | Path does not match |
| 34 | app_user_profil | /user/profil | Path does not match |
| 35 | app_user_notification_toggle | /user/togglenotification/{user} | Path does not match |
| 36 | app_user_search_json | /user/search | Path does not match |
| 37 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 38 | _wdt | /_wdt/{token} | Path does not match |
| 39 | _profiler_home | /_profiler/ | Path does not match |
| 40 | _profiler_search | /_profiler/search | Path does not match |
| 41 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 42 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 43 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 44 | _profiler_open_file | /_profiler/open | Path does not match |
| 45 | _profiler | /_profiler/{token} | Path does not match |
| 46 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 47 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 48 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.