Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/delivery/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | security | / | Path does not match |
| 16 | delivery_dashboard | /delivery/dashboard | Path does not match |
| 17 | delivery_attachment_new | /delivery/attachment/new | Path does not match |
| 18 | delivery_attachment_process | /delivery/attachment/process | Path does not match |
| 19 | delivery_item_missing | /delivery/item/{item}/missing/{tab} | Path does not match |
| 20 | delivery_item_damaged_accept | /delivery/item/{item}/damaged/accept/{tab} | Path does not match |
| 21 | delivery_item_damaged | /delivery/item/{item}/damaged/{tab} | Path does not match |
| 22 | delivery_item_reset | /delivery/item/{item}/reset/{tab} | Path does not match |
| 23 | delivery_item_scan | /delivery/item/{item}/accept | Path does not match |
| 24 | delivery_item_damaged_list | /delivery/item/damaged/list | Path does not match |
| 25 | delivery_item_mismatched_list | /delivery/item/mismatched/list | Path does not match |
| 26 | delivery_item_search_list | /delivery/item/mismatched/search | Path does not match |
| 27 | delivery_item_missing_list | /delivery/item/missing/lost | Path does not match |
| 28 | delivery_item_history_list | /delivery/item_history/list | Path does not match |
| 29 | delivery_item_history_receivers | /delivery/item_history/receivers | Path does not match |
| 30 | delivery_item_history_receiver | /delivery/item_history/receivers/{receiver} | Path does not match |
| 31 | delivery_opens_details | /delivery/opens/{delivery}/{tab} | Path does not match |
| 32 | delivery_opens | /delivery/opens | Path does not match |
| 33 | delivery_completed | /delivery/completed | Path does not match |
| 34 | delivery_released | /delivery/released | Path does not match |
| 35 | delivery_closed | /delivery/closed | Path does not match |
| 36 | delivery_new | /delivery/new | Path does not match |
| 37 | delivery_waiting | /delivery/waiting | Path does not match |
| 38 | delivery_finish | /delivery/{delivery}/finish | Path does not match |
| 39 | delivery_waiting_single | /delivery/waiting/{delivery} | Path does not match |
| 40 | delivery_all | /delivery/all/list | Path does not match |
| 41 | delivery_details_by | /delivery/details/by/{identifier}/{identifierField} | Path does not match |
| 42 | delivery_review_pdf | /delivery/{delivery}/review/pdf | Path does not match |
| 43 | app_login | /delivery/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.