Routing
city_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| page | "0" |
Route Matching Logs
Path to match:
/city/list/0
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ajax_get_translations_json | /ajax/getTranslationsJson | Path does not match |
| 2 | login | /login | Path does not match |
| 3 | logout | /logout | Path does not match |
| 4 | certificate | /certificate | Path does not match |
| 5 | city_list | /city/list/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.