Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | app_home_show | / | Path does not match |
14 | app_customers_search | /customers/search | Path does not match |
15 | app_customers_suggest | /customers/suggest | Path does not match |
16 | app_customers_get_customer | /customers/{customerID} | Path does not match |
17 | app_customers_get_discount_overview | /customers/{customerID}/discount-overview/{collection} | Path does not match |
18 | app_customers_export_discount_overview | /customers/{customerID}/discount-overview/{collection}/export | Path does not match |
19 | app_customers_export_all | /customers/{customerID}/export-all | Path does not match |
20 | app_customers_get_prices | /customers/{customerID}/prices | Path does not match |
21 | app_customers_get_discounts | /customers/{customerID}/discounts | Path does not match |
22 | app_customers_get_price_lists | /customers/{customerID}/price-lists | Path does not match |
23 | app_customers_get_discount_concepts | /customers/{customerID}/discount-concepts | Path does not match |
24 | app_export_show | /export | Path does not match |
25 | app_export_start_export_prices | /export/prices/start | Path does not match |
26 | app_export_start_export_discount_concepts | /export/discount-concepts/start | Path does not match |
27 | app_export_start_export_discounts | /export/discounts/start | Path does not match |
28 | app_export_start_export_price_lists | /export/price-lists/start | Path does not match |
29 | app_export_download | /export/download/{id} | Path does not match |
30 | app_export_cancel | /export/cancel/{id} | Path does not match |
31 | app_export_delete | /export/delete/{id} | Path does not match |
32 | app_export_get_export_tasks | /export/export-tasks | Path does not match |
33 | app_price_lists_get_pice_lists | /price-lists | Path does not match |
34 | app_price_lists_get_pice_lists_used_for_customers | /price-lists/used-for-customers | Path does not match |
35 | app_discount_concepts_get_discount_concepts_used_for_customers | /discount-concepts/used-for-customers | Path does not match |
36 | app_product_groups_get_product_groups | /product-groups | Path does not match |
37 | app_admin_product_groups_show | /admin/product-groups | Path does not match |
38 | app_admin_get_product_groups_collection | /admin/product-groups/collections/{collection} | Path does not match |
39 | app_admin_update_product_groups_collection | /admin/product-groups/collections/{collection}/update | Path does not match |
40 | app_admin_product_groups_suggest | /admin/product-groups/suggest | Path does not match |
41 | app_admin_get_product_groups_discount_warning_levels | /admin/product-groups/{id}/discount-warning-levels | Path does not match |
42 | app_admin_update_product_groups_discount_warning_levels | /admin/product-groups/discount-warning-levels/update | Path does not match |
43 | app_admin_discount_concepts_suggest | /admin/discount-concepts/suggest | Path does not match |
44 | app_admin_get_discount_concepts_discount_warning_levels | /admin/discount-concepts/{id}/discount-warning-levels | Path does not match |
45 | app_admin_update_discount_concepts_discount_warning_levels | /admin/discount-concepts/discount-warning-levels/update | Path does not match |
46 | app_admin_warning_levels_show | /admin/warning-levels | Path does not match |
47 | app_connect | /public/login | Path does not match |
48 | app_connect_failure | /public/login/failure | Path does not match |
49 | app_connect_check | /public/login/check | Path does not match |
50 | app_disconnect | /public/disconnect | Path does not match |
51 | app_logout | /public/logout | Path does not match |
52 | app_access_denied | /public/access-denied | Path does not match |
53 | app_refresh_auth | /refresh-auth | 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.