Routing
app_homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | api_envelope_state | /api/digisign/envelope | Path does not match |
2 | api_order_index | /api/v1/order/ | Path does not match |
3 | api_order_create | /api/v1/order/ | Path does not match |
4 | api_order_create_s | /api/v1/order/ | Path does not match |
5 | api_order_read | /api/v1/order/{order} | Path does not match |
6 | api_order_update | /api/v1/order/{order} | Path does not match |
7 | api_order_delete | /api/v1/order/{order} | Path does not match |
8 | api_signi_state | /api/signi/contract/{state} | Path does not match |
9 | api_user_relation_reward | /api/v1/user/relation/reward/{boss}/{junior} | Path does not match |
10 | api_user_relation_direct_reward | /api/v1/user/relation/reward/{user} | Path does not match |
11 | api_user_expands | /api/v1/user/expands/{user} | Path does not match |
12 | app_company_index | /company/{companyGroup} | Path does not match |
13 | app_company_new | /company/{companyGroup}/new | Path does not match |
14 | app_company_detail | /company/{company} | Path does not match |
15 | app_company_edit | /company/{company}/edit | Path does not match |
16 | app_company_edit_process | /company/{company}/edit/process | Path does not match |
17 | app_company_new_process | /company/{companyGroup}/new/process | Path does not match |
18 | app_company_delete | /company/{company}/delete | Path does not match |
19 | app_company_profile_photo_delete | /company/{company}/file/{id}/delete | Path does not match |
20 | app_company_group_index | /companygroup/ | Path does not match |
21 | app_company_group_new | /companygroup/new | Path does not match |
22 | app_company_group_detail | /companygroup/{company} | Path does not match |
23 | app_company_group_edit | /companygroup/{company}/edit | Path does not match |
24 | app_company_group_new_process | /companygroup/new/process | Path does not match |
25 | app_company_group_edit_process | /companygroup/{company}/edit/process | Path does not match |
26 | app_company_group_delete | /companygroup/{company}/delete | Path does not match |
27 | app_companygroup_file_delete | /companygroup/file/{id}/delete | Path does not match |
28 | app_basket_add | /eshop/basket/add/ | Path does not match |
29 | app_basket_clear | /eshop/basket/clear | Path does not match |
30 | app_basket_remove | /eshop/basket/remove/{product} | Path does not match |
31 | app_basket_update | /eshop/basket/update | Path does not match |
32 | app_basket_step_1 | /eshop/nakupni-kosik/ | Path does not match |
33 | app_basket_step_2 | /eshop/fakturacni-a-dodaci-udaje/ | Path does not match |
34 | app_basket_step_3 | /eshop/doprava-a-platba/ | Path does not match |
35 | app_basket_step_4 | /eshop/dokonceni-objednavky/ | Path does not match |
36 | app_basket_step_5 | /eshop/dokonceni-objednavky/dekujeme | Path does not match |
37 | app_eshop_index | /eshop | Path does not match |
38 | app_eshop_product_detail | /eshop/product/{product} | Path does not match |
39 | app_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.