Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_supply_action_history_by_supply_id | /api/supply-action-history/{supply_id} | Path does not match |
| 2 | api_supply_action_history_new | /api/supply-action-history/new | Path does not match |
| 3 | api_supply_action_history_edit | /api/supply-action-history/edit/{id} | Path does not match |
| 4 | api_supplies_by_customer_id | /api/supply/customer/{id} | Path does not match |
| 5 | api_supplies_by_customer_id_third_app | /api/supply/thirdapp | Path does not match |
| 6 | app | / | Path does not match |
| 7 | app_ui_sidebar_state | /ui/sidebar/state | Path does not match |
| 8 | app_customer_index | /customer/ | Path does not match |
| 9 | app_customer_new | /customer/new | Path does not match |
| 10 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 11 | app_customer_delete | /customer/{id} | Path does not match |
| 12 | app_format_index | /format/ | Path does not match |
| 13 | app_format_new | /format/new | Path does not match |
| 14 | app_format_edit | /format/{id}/edit | Path does not match |
| 15 | app_format_delete | /format/{id} | Path does not match |
| 16 | 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.