Routing
default
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | product_update_callback | /events/product/product_update_callback | Path does not match |
| 2 | inventory_change_callback | /events/inventory/inventory_change_callback | Path does not match |
| 3 | product_option_change_callback | /events/product_option/product_option_change_callback | Path does not match |
| 4 | product_delete_callback | /events/product/product_delete_callback | Path does not match |
| 5 | default | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.