Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_clients | /clients | Path does not match |
| 2 | app_client_add | /add-client | Path does not match |
| 3 | app_dashboard | /dashboard | Path does not match |
| 4 | app_qrcode_download | /qrcode-download | Path does not match |
| 5 | app_qrcode_read | /qrcode-read | Path does not match |
| 6 | app_products | /products | Path does not match |
| 7 | app_products_info | /products/info/{clientID} | Path does not match |
| 8 | app_products_add_new | /products/add/new | Path does not match |
| 9 | app_products_types | /products-types | Path does not match |
| 10 | app_products_works | /products-works | Path does not match |
| 11 | app_products_types_add | /products-types-add | Path does not match |
| 12 | app_products_zone_add | /products-zone-add | Path does not match |
| 13 | app_products_works_add | /products-works-add | Path does not match |
| 14 | app_products_types_edit | /products-types-edit | Path does not match |
| 15 | app_products_works_edit | /products-works-edit | Path does not match |
| 16 | app_products_types_delete | /products-types-delete | Path does not match |
| 17 | app_products_works_delete | /products-works-delete | Path does not match |
| 18 | app_qrcode | /qrcode/{reference} | Path does not match |
| 19 | app_qrcode_associete | /qrcode/add/associete/{reference} | Path does not match |
| 20 | app_qrcode_save_associete | /qrcode/save/associeete | Path does not match |
| 21 | app_qrcode_editwork | /qrcode/edit/work/{reference} | Path does not match |
| 22 | app_qrcode_editworksave | /qrcode/edit/worksave | Path does not match |
| 23 | app_register | /register | Path does not match |
| 24 | app_login | / | Path does not match |
| 25 | app_logout | /logout | Path does not match |
| 26 | app_services | /services | Path does not match |
| 27 | app_services_add | /services/add-new | Path does not match |
| 28 | app_services_save | /services/save-new | Path does not match |
| 29 | app_team | /team | Path does not match |
| 30 | app_team_add | /add-team | Path does not match |
| 31 | app_works | /works | Path does not match |
| 32 | app_works_get_product | /works/get-product | Path does not match |
| 33 | app_works_add_work | /works/add-work | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _wdt | /_wdt/{token} | Path does not match |
| 36 | _profiler_home | /_profiler/ | Path does not match |
| 37 | _profiler_search | /_profiler/search | Path does not match |
| 38 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 39 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 40 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 41 | _profiler_open_file | /_profiler/open | Path does not match |
| 42 | _profiler | /_profiler/{token} | Path does not match |
| 43 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 44 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 45 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.