Routing
app
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | 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 | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.