Routing
app_map
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/map
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_hooksms | /api/hook/sms | Path does not match |
| 2 | app_api_hook | /api/hook/tilda | Path does not match |
| 3 | api_news | /api/news/{type}/{page} | Path does not match |
| 4 | api_residents | /api/residents/{page} | Path does not match |
| 5 | api_project_items | /api/project-items/{type}/{page} | Path does not match |
| 6 | api_local_projects | /api/local-projects | Path does not match |
| 7 | api_gallery | /api/gallery/{page} | Path does not match |
| 8 | app_api_flmngrserver | /api/flmngr | Path does not match |
| 9 | app_api_getimage | /api/flmngr/files/{file} | Path does not match |
| 10 | app_api_getcontentpriceitem | /api/price-item/get/{id} | Path does not match |
| 11 | app_map | /map | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.