Routing
customer_edit_route
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/customers
# | Route name | Path | Log |
---|---|---|---|
1 | calendar_get | /api/calendar/{params} | Path does not match |
2 | category_save_route | /api/categories/service/save | Path does not match |
3 | contact_edit_route | /api/contact | Path does not match |
4 | customer_edit_route | /api/customers | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.