Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api-item-spec-type | /api/item-spec-types/search | Path does not match |
| 17 | api_dashboard_stats | /api/dashboard/stats | Path does not match |
| 18 | api_dashboard_chart | /api/dashboard/chart | Path does not match |
| 19 | api_item_category_index | /api/item-categories | Path does not match |
| 20 | api_item_category_show | /api/item-categories/{id} | Path does not match |
| 21 | api_item_category_edit | /api/item-categories/{id}/edit | Path does not match |
| 22 | api_item_category_update | /api/item-categories/{id} | Path does not match |
| 23 | api_item_category_spec_config | /api/item-categories/{id}/spec-config | Path does not match |
| 24 | api_item_category_spec_category_create | /api/item-categories/{id}/spec-categories | Path does not match |
| 25 | api_item_category_spec_category_update | /api/item-categories/{id}/spec-categories/{scId} | Path does not match |
| 26 | api_item_category_spec_category_delete | /api/item-categories/{id}/spec-categories/{scId} | Path does not match |
| 27 | api_item_category_promo_price_create | /api/item-categories/{id}/promotion-prices | Path does not match |
| 28 | api_item_category_promo_price_update | /api/item-categories/{id}/promotion-prices/{ppId} | Path does not match |
| 29 | api_item_category_promo_price_delete | /api/item-categories/{id}/promotion-prices/{ppId} | Path does not match |
| 30 | api_item_category_upload | /api/item-categories/{id}/upload | Path does not match |
| 31 | api_item_index | /api/items | Path does not match |
| 32 | api_item_show | /api/items/{id} | Path does not match |
| 33 | api_item_update | /api/items/{id} | Path does not match |
| 34 | api_item_delete | /api/items/{id} | Path does not match |
| 35 | api_item_promotion_index | /api/item-promotions | Path does not match |
| 36 | api_item_spec_types_index | /api/item-spec-types | Path does not match |
| 37 | api_item_spec_types_create | /api/item-spec-types | Path does not match |
| 38 | api_item_spec_types_show | /api/item-spec-types/{id} | Path does not match |
| 39 | api_item_spec_types_update | /api/item-spec-types/{id} | Path does not match |
| 40 | api_item_spec_types_specs_index | /api/item-spec-types/{id}/specs | Path does not match |
| 41 | api_item_spec_types_specs_create | /api/item-spec-types/{id}/specs | Path does not match |
| 42 | api_item_spec_types_specs_update | /api/item-spec-types/{id}/specs/{specId} | Path does not match |
| 43 | api_item_spec_types_specs_delete | /api/item-spec-types/{id}/specs/{specId} | Path does not match |
| 44 | app_settings_index | /app/settings/ | Path does not match |
| 45 | app_settings_edit | /app/settings/{uKey}/edit | Path does not match |
| 46 | app_settings_delete | /app/settings/{uKey} | Path does not match |
| 47 | app_blog_post_index | /blog/post/ | Path does not match |
| 48 | app_blog_post_new | /blog/post/new | Path does not match |
| 49 | app_blog_post_show | /blog/post/{id} | Path does not match |
| 50 | app_blog_post_edit | /blog/post/{id}/edit | Path does not match |
| 51 | app_blog_post_delete | /blog/post/{id} | Path does not match |
| 52 | app_category | /category | Path does not match |
| 53 | tree_view_data | /category/tree/data | Path does not match |
| 54 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.