Routing
locale
Matched route
Route Parameters
| Name | Value |
|---|---|
| locale | "en" |
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/locale/en
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_rebate_api_list | /admin/api/rebate/list | Path does not match |
| 2 | admin_rebate_api_export | /admin/api/rebate/export | Path does not match |
| 3 | admin_rebate_api_detail | /admin/api/rebate/{id} | Path does not match |
| 4 | admin_rebate_api_patch | /admin/api/rebate/{id} | Path does not match |
| 5 | admin_rebate_api_status | /admin/api/rebate/{id}/status | Path does not match |
| 6 | admin_rebate_api_customer_profile | /admin/api/rebate/{id}/customer-profile | Path does not match |
| 7 | admin_rebate_api_delete | /admin/api/rebate/{id} | Path does not match |
| 8 | admin_rebate_api_note | /admin/api/rebate/{id}/note | Path does not match |
| 9 | admin_rebate_api_rescore | /admin/api/rebate/{id}/rescore | Path does not match |
| 10 | admin_rebate_api_mass_status | /admin/api/rebate/mass-status | Path does not match |
| 11 | admin_rebate_api_lookups | /admin/api/rebate/lookups | Path does not match |
| 12 | admin_rebate_api_promotion_models | /admin/api/rebate/promotion/{id}/models | Path does not match |
| 13 | admin_rebate_api_create | /admin/api/rebate/create | Path does not match |
| 14 | admin_rebate_api_users_search | /admin/api/rebate/users/search | Path does not match |
| 15 | tools.checkSerial | /tools/check-serial | Path does not match |
| 16 | tools.aiInvoice | /tools/ai-invoice | Path does not match |
| 17 | tools.aiInvoice_analyze | /tools/ai-invoice/analyze | Path does not match |
| 18 | apicompanies | /api/companies | Path does not match |
| 19 | apidealers | /api/dealers | Path does not match |
| 20 | card | /card | Path does not match |
| 21 | contactUs | /contact-us | Path does not match |
| 22 | homepage | / | Path does not match |
| 23 | test.api | /test/api | Path does not match |
| 24 | rules | /rules | Path does not match |
| 25 | terms | /terms | Path does not match |
| 26 | testemail | /testemail | Path does not match |
| 27 | faq | /faq | Path does not match |
| 28 | js_translations | /js/translations.js | Path does not match |
| 29 | locale | /locale/{locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.