Routing
pro_list_option
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/user_data/pro_list_option
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | catalog_request | /user_data/catalog | Path does not match |
| 2 | catalog_request_complete | /user_data/catalog/complete | Path does not match |
| 3 | pro_list | /user_data/pro_list | Path does not match |
| 4 | pro_list_option | /user_data/pro_list_option | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.