Routing
client-config_edit-my
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/edit-my-config/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ckimage_view | /ckimage/view/{id} | Path does not match |
| 2 | ckimage_delete | /delete/ckimage | Path does not match |
| 3 | ckimage_upload | /upload/ckimage | Path does not match |
| 4 | calendar | /calendar | Path does not match |
| 5 | calendar_venue | /calendar/venue/{venueId} | Path does not match |
| 6 | category_index | /category/ | Path does not match |
| 7 | category_new | /category/new | Path does not match |
| 8 | category_edit | /category/{id}/edit | Path does not match |
| 9 | category_delete-multiple | /category/multiple | Path does not match |
| 10 | client-config_edit-my | /edit-my-config/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.