Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_supply_action_history_by_supply_id | /api/supply-action-history/{supply_id} | Path does not match |
| 2 | api_supply_action_history_new | /api/supply-action-history/new | Path does not match |
| 3 | api_supply_action_history_edit | /api/supply-action-history/edit/{id} | Path does not match |
| 4 | api_supplies_by_customer_id | /api/supply/customer/{id} | Path does not match |
| 5 | api_supplies_by_customer_id_third_app | /api/supply/thirdapp | Path does not match |
| 6 | app | / | Path does not match |
| 7 | app_ui_sidebar_state | /ui/sidebar/state | Path does not match |
| 8 | app_customer_index | /customer/ | Path does not match |
| 9 | app_customer_new | /customer/new | Path does not match |
| 10 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 11 | app_customer_delete | /customer/{id} | Path does not match |
| 12 | app_format_index | /format/ | Path does not match |
| 13 | app_format_new | /format/new | Path does not match |
| 14 | app_format_edit | /format/{id}/edit | Path does not match |
| 15 | app_format_delete | /format/{id} | Path does not match |
| 16 | app_login | /login | Path does not match |
| 17 | app_logout | /logout | Path does not match |
| 18 | app_supplier_index | /supplier/ | Path does not match |
| 19 | app_supplier_new | /supplier/new | Path does not match |
| 20 | app_supplier_edit | /supplier/{id}/edit | Path does not match |
| 21 | app_supplier_delete | /supplier/{id} | Path does not match |
| 22 | app_supply_action_history_index | /supply/action/history/ | Path does not match |
| 23 | app_supply_action_history_new | /supply/action/history/new | Path does not match |
| 24 | app_supply_action_history_show | /supply/action/history/{id} | Path does not match |
| 25 | app_supply_action_history_edit | /supply/action/history/{id}/edit | Path does not match |
| 26 | app_supply_action_history_delete | /supply/action/history/{id} | Path does not match |
| 27 | app_supply_action_history_user | /supply/action/history/user/history | Path does not match |
| 28 | app_supply_action_history_remove_file | /supply/action/history/{id}/remove/file | Path does not match |
| 29 | app_supply_index | /supply/ | Path does not match |
| 30 | app_supply_new | /supply/new | Path does not match |
| 31 | app_supply_edit | /supply/{id}/edit | Path does not match |
| 32 | app_supply_delete | /supply/{id} | Path does not match |
| 33 | app_supply_history | /supply/{id}/history | Path does not match |
| 34 | app_supply_customer | /supply/customer | Path does not match |
| 35 | app_supply_remove_file | /supply/{id}/remove/file | Path does not match |
| 36 | app_user_index | /user/ | Path does not match |
| 37 | app_user_new | /user/new | Path does not match |
| 38 | app_user_edit | /user/{id}/edit | Path does not match |
| 39 | app_user_show_account | /user/show/account | Path does not match |
| 40 | app_user_delete | /user/{id} | Path does not match |
| 41 | app_user_edit_pwd | /user/{id}/edit-pwd | Path does not match |
| 42 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 43 | _wdt | /_wdt/{token} | Path does not match |
| 44 | _profiler_home | /_profiler/ | Path does not match |
| 45 | _profiler_search | /_profiler/search | Path does not match |
| 46 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 47 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 48 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 49 | _profiler_open_file | /_profiler/open | Path does not match |
| 50 | _profiler | /_profiler/{token} | Path does not match |
| 51 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 52 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 53 | _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.