Routing
admin
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Redirection
This page redirects to:
/de/login
Route Matching Logs
Path to match:
/de/admin
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_shop_mapping_index | /{_locale}/admin/shop-mapping | Path does not match |
| 2 | admin_shop_mapping_save_company | /{_locale}/admin/shop-mapping/company/{legacyCompanyId} | Path does not match |
| 3 | admin_shop_mapping_bulk_confirm | /{_locale}/admin/shop-mapping/bulk-confirm | Path does not match |
| 4 | admin_shop_mapping_search_companies | /{_locale}/admin/shop-mapping/search-companies | Path does not match |
| 5 | admin_shop_mapping_sync | /{_locale}/admin/shop-mapping/sync | Path does not match |
| 6 | admin_shop_mapping_export | /{_locale}/admin/shop-mapping/export | Path does not match |
| 7 | admin | /{_locale}/admin | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.