Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | base_list | /base/list | Path does not match |
| 2 | base_create | /base/create | Path does not match |
| 3 | base_update | /base/update/{id} | Path does not match |
| 4 | base_delete | /base/delete/{id} | Path does not match |
| 5 | calendar_index | / | Path does not match |
| 6 | calendar_agenda | /agenda | Path does not match |
| 7 | editor_list | /editor/list | Path does not match |
| 8 | editor_create | /editor/create | Path does not match |
| 9 | editor_update | /editor/update/{id} | Path does not match |
| 10 | editor_delete | /editor/delete/{id} | Path does not match |
| 11 | email_create | /email/create | Path does not match |
| 12 | email_update | /email/update/{id} | Path does not match |
| 13 | email_update_content | /email/update/{id}/content | Path does not match |
| 14 | admin_group_list | /admin/group/list | Path does not match |
| 15 | admin_group_new | /admin/group/new | Path does not match |
| 16 | admin_group_edit | /admin/group/{id}/edit | Path does not match |
| 17 | admin_group_delete | /admin/group/delete/{id} | Path does not match |
| 18 | index | / | Path does not match |
| 19 | planning_list | /planning | Path does not match |
| 20 | planning_create | /planning/create | Path does not match |
| 21 | planning_update | /planning/update/{id} | Path does not match |
| 22 | planning_delete | /planning/delete/{id} | Path does not match |
| 23 | get_static_email | /get-email/{name} | Path does not match |
| 24 | static_email_list | /static-email | Path does not match |
| 25 | template_list | /template/list | Path does not match |
| 26 | template_create | /template/create | Path does not match |
| 27 | template_update_content | /template/update/{id}/content | Path does not match |
| 28 | template_update | /template/update/{id} | Path does not match |
| 29 | template_delete | /template/delete/{id} | Path does not match |
| 30 | admin_user_list | /admin/user/list | Path does not match |
| 31 | admin_user_create | /admin/user/create | Path does not match |
| 32 | admin_user_update | /admin/user/update/{id} | Path does not match |
| 33 | admin_user_delete | /admin/user/delete/{id} | Path does not match |
| 34 | api_email_update_content | /api/email/update/{id}/content | Path does not match |
| 35 | api_update_nl_emails | /api/update-nl-emails | Path does not match |
| 36 | api_auto_validate_nl | /api/auto-validate-nl | Path does not match |
| 37 | api_personalized_nl_create | /api/personalized-nl | Path does not match |
| 38 | api_personalized_nl_workflow | /api/personalized-nl/workflow | Path does not match |
| 39 | api_picbi_actor | /api/picbi/actor | Path does not match |
| 40 | api_picbi_society_contacts | /api/picbi/societies/{code}/contacts | Path does not match |
| 41 | api_picbi_society_brands | /api/picbi/societies/{code}/brands | Path does not match |
| 42 | api_picbi_society_search | /api/picbi/society | Path does not match |
| 43 | api_router_urls | /api/router-urls | Path does not match |
| 44 | api_static_email_update_consent | /api/static-email/update-consent | Path does not match |
| 45 | api_static_email_router_urls | /api/static-email/router-urls | Path does not match |
| 46 | api_static_email_update | /api/update-email/{id} | Path does not match |
| 47 | api_static_email_update_v1 | /api/v1/update-email/{id} | Path does not match |
| 48 | api_sync_picbi_actor | /api/sync/picbi-actor | Path does not match |
| 49 | api_sync_picbi_society | /api/sync/picbi-society | Path does not match |
| 50 | api_sync_status | /api/sync/status | Path does not match |
| 51 | api_template_update_content | /api/template/update/{id}/content | Path does not match |
| 52 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 53 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 54 | _wdt | /_wdt/{token} | Path does not match |
| 55 | _profiler_home | /_profiler/ | Path does not match |
| 56 | _profiler_search | /_profiler/search | Path does not match |
| 57 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 58 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 59 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 60 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 61 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 62 | _profiler_open_file | /_profiler/open | Path does not match |
| 63 | _profiler | /_profiler/{token} | Path does not match |
| 64 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 65 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 66 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 67 | it_data_user_login | /login | Path does not match |
| 68 | connect_google_start | /login/google | Path does not match |
| 69 | connect_google_check | /login/google/check | Path does not match |
| 70 | it_data_user_logout | /logout | Path does not match |
| 71 | activity_log_index | /activity-log/{entityClass}/{entityId} | 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.