Routing
app_publications
Matched route
Route Parameters
| Name | Value |
|---|---|
| type | "news" |
Route Matching Logs
Path to match:
/publications
| # | 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 | Path does not match |
| 12 | app_base_order | /order/{orderNumber} | Path does not match |
| 13 | send_sms | /order-sms | Path does not match |
| 14 | app_base_pdfgenerate | /pdf-generate/{code} | Path does not match |
| 15 | app_index_red1 | /for-the-investor/parks | Path does not match |
| 16 | app_index_rednews | /medias/newscorp/{all} | Path does not match |
| 17 | app_index_red2 | /upload/for-the-investor/ip_esipovo_mo.pdf | Path does not match |
| 18 | app_index_red3 | /parks/ | Path does not match |
| 19 | app_index_red4 | /parks | Path does not match |
| 20 | app_index_red5 | /for-the-investor/parks | Path does not match |
| 21 | app_index | / | Path does not match |
| 22 | app_iframe | /pnorama | Path does not match |
| 23 | app_hello | /.well-known/acme-challenge/mgA7s-0tGAUQoi4x0RunYQdubFbLbK5qduzB6ZMl_b0 | Path does not match |
| 24 | app_ps_page | /ps/ps-page | Path does not match |
| 25 | app_rss | /rss | Path does not match |
| 26 | app_publications | /publications/{type} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.