https://piratskaskolicka.cz/

Routing

homepage Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 login /login Path does not match
2 logout /logout Path does not match
3 admin_coupons /admin/coupon/ Path does not match
4 admin_coupon_create /admin/coupon/create Path does not match
5 admin_coupon_detail /admin/coupon/{coupon}/detail Path does not match
6 admin_coupon_activate /admin/coupon/{coupon}/activate Path does not match
7 admin_coupon_deactivate /admin/coupon/{coupon}/deactivate Path does not match
8 admin_coupon_delete /admin/coupon/{coupon}/delete Path does not match
9 admin_dashboard /admin/ Path does not match
10 admin_events /admin/event/ Path does not match
11 admin_event_create /admin/event/create Path does not match
12 admin_event_detail /admin/event/{event}/detail Path does not match
13 admin_eventdate_create /admin/event/{event}/date/create Path does not match
14 admin_eventdate_detail /admin/event/{event}/date/{eventDate}/detail Path does not match
15 admin_eventdate_users /admin/event/{event}/date/{eventDate}/users Path does not match
16 admin_eventdate_delete /admin/event/{event}/date/{eventDate}/delete Path does not match
17 admin_eventtype_create /admin/event/{event}/type/create Path does not match
18 admin_eventtype_detail /admin/event/{event}/type/{eventType}/detail Path does not match
19 admin_eventtype_delete /admin/event/{event}/type/{eventType}/delete Path does not match
20 admin_event_activate /admin/event/{event}/activate Path does not match
21 admin_event_deactivate /admin/event/{event}/deactivate Path does not match
22 admin_event_delete /admin/event/{event}/delete Path does not match
23 admin_log /admin/log/ Path does not match
24 admin_pages /admin/page/ Path does not match
25 admin_page_create /admin/page/create Path does not match
26 admin_page_detail /admin/page/{page}/detail Path does not match
27 admin_page_activate /admin/page/{page}/activate Path does not match
28 admin_page_deactivate /admin/page/{page}/deactivate Path does not match
29 admin_page_delete /admin/page/{page}/delete Path does not match
30 admin_page_image_activate /admin/page/{page}/activate/{pageImage} Path does not match
31 admin_page_image_deactivate /admin/page/{page}/deactivate/{pageImage} Path does not match
32 admin_page_image_delete /admin/page/{page}/delete/{pageImage} Path does not match
33 admin_page_image_reorder /admin/page/image-reorder Path does not match
34 admin_partitions /admin/partition/ Path does not match
35 admin_partition_create /admin/partition/create Path does not match
36 admin_partition_detail /admin/partition/{partition}/detail Path does not match
37 admin_partition_activate /admin/partition/{partition}/activate Path does not match
38 admin_partition_deactivate /admin/partition/{partition}/deactivate Path does not match
39 admin_partition_delete /admin/partition/{partition}/delete Path does not match
40 admin_partition_item_create /admin/partition/{partition}/item/create Path does not match
41 admin_partition_item_detail /admin/partition/{partition}/item/{partitionItem}/detail Path does not match
42 admin_partition_item_delete /admin/partition/{partition}/item/{partitionItem}/delete Path does not match
43 admin_reservations /admin/reservation Path does not match
44 admin_reservation_detail /admin/reservation/{reservation}/detail Path does not match
45 admin_reservation_pay /admin/reservation/{reservation}/pay Path does not match
46 admin_reservation_confirm /admin/reservation/{reservation}/confirm Path does not match
47 admin_reservation_cancel /admin/reservation/{reservation}/cancel Path does not match
48 admin_reservation_export /admin/reservation/export/{format} Path does not match
49 admin_domains /admin/setup/domain Path does not match
50 admin_domain_create /admin/setup/domain/create Path does not match
51 admin_domain_detail /admin/setup/domain/{domain}/detail Path does not match
52 admin_domain_activate /admin/setup/domain/{domain}/activate Path does not match
53 admin_domain_deactivate /admin/setup/domain/{domain}/deactivate Path does not match
54 admin_domain_delete /admin/setup/domain/{domain}/delete Path does not match
55 admin_setup /admin/setup/ Path does not match
56 admin_languages /admin/setup/language Path does not match
57 admin_language_create /admin/setup/language/create Path does not match
58 admin_language_detail /admin/setup/language/{language}/detail Path does not match
59 admin_language_activate /admin/setup/language/{language}/activate Path does not match
60 admin_language_deactivate /admin/setup/language/{language}/deactivate Path does not match
61 admin_language_delete /admin/setup/language/{language}/delete Path does not match
62 admin_users /admin/user/ Path does not match
63 admin_user_create /admin/user/create Path does not match
64 admin_user_detail /admin/user/{user}/detail Path does not match
65 admin_user_mail_password /admin/user/{user}/mail-password Path does not match
66 admin_user_activate /admin/user/{user}/activate/{status} Path does not match
67 admin_user_delete /admin/user/{user}/delete Path does not match
68 admin_user_export /admin/user/export/{format} Path does not match
69 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.