Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/prihlaseni/
# | Route name | Path | Log |
---|---|---|---|
1 | order_export | /zakazka/export/ | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | app_homepage | / | Path does not match |
15 | money_s3_orders | /moneys3/ | Path does not match |
16 | money_s3_supplies | /moneys3-zasoby/ | Path does not match |
17 | motorbike_rental_index | /zapujceni-motorek/ | Path does not match |
18 | motorbike_rental_new | /zapujceni-motorek/pridat/ | Path does not match |
19 | motorbike_rental_edit | /zapujceni-motorek/{id}/upravit/ | Path does not match |
20 | motorbike_rental_deactivate | /zapujceni-motorek/{id}/ | Path does not match |
21 | order_index | /zakazka/ | Path does not match |
22 | order_detail | /zakazka/{id}/ | Path does not match |
23 | order_checklist | /zakazka/{id}/checklist/ | Path does not match |
24 | order_checklist_export | /zakazka/{id}/checklist/export/ | Path does not match |
25 | order_acceptance | /zakazka/{id}/prejimka/ | Path does not match |
26 | order_delete_photo | /zakazka/{id}/prejimka/odstranit/{photoName}/ | Path does not match |
27 | order_save_signature | /zakazka/{id}/prejimka/pridatPodpis/ | Path does not match |
28 | order_save_signature_rental | /zakazka/{id}/prejimka/pridatPodpisMotorka/ | Path does not match |
29 | order_save_moto | /zakazka/{id}/prejimka/pridatKlikaciObrazky/ | Path does not match |
30 | order_save_note_section | /zakazka/{id}/prejimka/ulozitPopis/ | Path does not match |
31 | order_acceptance_export | /zakazka/{id}/prejimka/export/ | Path does not match |
32 | order_send_acceptance | /zakazka/{id}/prejimka/odeslat/ | Path does not match |
33 | order_finish | /zakazka/dokoncit/{id}/ | Path does not match |
34 | order_add_stock_item | /zakazka/pridat-skladovou-polozku/{id}/ | Path does not match |
35 | order_remove_stock_item | /zakazka/odstranit-skladovou-polozku/{id}/ | Path does not match |
36 | order_deactivate | /zakazka/{id}/ | Path does not match |
37 | report_performance_list | /report/vyuziti-servisu/ | Path does not match |
38 | report_performance_export | /report/vyuziti-servisu/export/{year}/ | Path does not match |
39 | app_login | /prihlaseni/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.