Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | address_pois_index | /address_pois/index | Path does not match |
| 2 | address_pois_sync | /address_pois/sync | Path does not match |
| 3 | addressbases_index | /addressbases/index | Path does not match |
| 4 | addressbases_view | /addressbases/view/{intAddressbaseId} | Path does not match |
| 5 | addressbases_sync | /addressbases/sync | Path does not match |
| 6 | categories_index | /categories/index | Path does not match |
| 7 | categories_sync | /categories/sync | Path does not match |
| 8 | clients_index | /clients/index | Path does not match |
| 9 | clients_sync | /clients/sync | Path does not match |
| 10 | customers_index | /customers/index | Path does not match |
| 11 | customers_view | /customers/view/{intCustomerId} | Path does not match |
| 12 | customers_add | /customers/add | Path does not match |
| 13 | customers_edit | /customers/edit/{intCustomerId} | Path does not match |
| 14 | dashboard_index | /dashboard/index | Path does not match |
| 15 | delivery_channels_index | /delivery_channels/index | Path does not match |
| 16 | delivery_channels_sync | /delivery_channels/sync | Path does not match |
| 17 | events_index | /events/index | Path does not match |
| 18 | events_view | /events/view/{intEventId} | Path does not match |
| 19 | events_sync | /events/sync | Path does not match |
| 20 | offers_index | /offers/index | Path does not match |
| 21 | offers_view | /offers/view/{intOfferId} | Path does not match |
| 22 | offers_sync | /offers/sync | Path does not match |
| 23 | productlines_index | /productlines/index | Path does not match |
| 24 | productlines_sync | /productlines/sync | Path does not match |
| 25 | app_register | /register | Path does not match |
| 26 | app_verify_email | /verify/email | Path does not match |
| 27 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.