Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | app.swagger_ui | /apidoc | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | account-get | /api/account | Path does not match |
16 | account-change | /api/account/change | Path does not match |
17 | customers-create | /api/account | Path does not match |
18 | basket | /api/cart | Path does not match |
19 | basket_add | /api/cart | Path does not match |
20 | basket_delete | /api/cart | Path does not match |
21 | basket_amount_change | /api/cart/change | Path does not match |
22 | catalog-categories | /api/catalog/categories | Path does not match |
23 | catalog-offers | /api/catalog/offers | Path does not match |
24 | catalog-filters | /api/catalog/filters | Path does not match |
25 | catalog-products | /api/catalog | Path does not match |
26 | delivery-postamat | /api/delivery/postamat | Path does not match |
27 | delivery-postamat-calc | /api/delivery/postamat-calc | Path does not match |
28 | delivery-calculate | /api/delivery/calculate | Path does not match |
29 | favorite-add | /api/favorite | Path does not match |
30 | favorite-get | /api/favorite | Path does not match |
31 | favorite-delete | /api/favorite | Path does not match |
32 | landing | /api/landing | Path does not match |
33 | order_create | /api/order/create | Path does not match |
34 | order_index | /api/order | Path does not match |
35 | order_id | /api/order/{number} | Path does not match |
36 | search | /api/search | Path does not match |
37 | viewed-get-products | /api/viewed/products | Path does not match |
38 | welcome-page | /api/welcome-page | Path does not match |
39 | category_filters_settings | /settings/category-filters | Path does not match |
40 | category_filter_variants_settings | /settings/category-filters/{filterId}/variants | Path does not match |
41 | connect | / | Path does not match |
42 | connection_settings | /settings | Path does not match |
43 | save_connection | /settings/save/connection | Path does not match |
44 | generate_catalog_crm | /crm/generate-catalog | Path does not match |
45 | pyament | /crm/payment | Path does not match |
46 | stock_update | /crm/stock/update | Path does not match |
47 | landings | /settings/landings | Path does not match |
48 | landings_edit | /settings/landings/{id}/edit | Path does not match |
49 | landings_new | /settings/landings/new | Path does not match |
50 | main_settings | /settings/main | Path does not match |
51 | catalog_settings | /settings/catalog | Path does not match |
52 | order_settings | /settings/order | Path does not match |
53 | generate_catalog | /generate-catalog | 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.