Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
7 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | transaction | /transaction | Path does not match |
15 | admin_arch_index | /admin/arch | Path does not match |
16 | admin_document_new | /admin/document/new/{id} | Path does not match |
17 | admin_file_delete | /admin/file/delete/{id} | Path does not match |
18 | admin_file_edit | /admin/file/edit/{id} | Path does not match |
19 | admin_home_index | /admin/home | Path does not match |
20 | admin_packet_index | /admin/packet | Path does not match |
21 | admin_packet_new | /admin/packet/new | Path does not match |
22 | admin_packet_edit | /admin/packet/edit/{id} | Path does not match |
23 | admin_packet_delete | /admin/packet/delete/{id} | Path does not match |
24 | admin_payer_show | /admin/payer/{id} | Path does not match |
25 | admin_payer_packet_new | /admin/payer/{payer}/packet/{packet} | Path does not match |
26 | admin_root_index | /admin/ | Path does not match |
27 | admin_sold_packet_index | /admin/sold-packet | Path does not match |
28 | admin_user_index | /admin/user | Path does not match |
29 | admin_user_delete | /admin/user/delete/{id} | Path does not match |
30 | show | /spring/{slug} | Path does not match |
31 | app_visits_search_any | /app/visits/search/any | Path does not match |
32 | zapisy_onlineany | /zapisy-online/ | Path does not match |
33 | zapisy_onlinesearch | /zapisy-online/{slug}/{slug2}/{slug3} | Path does not match |
34 | zapisy_onlinesearch_no_utility | /zapisy-online/{slug}/{slug2} | Path does not match |
35 | zapisy_onlinesearch_no_spec | /zapisy-online/kalendarz | Path does not match |
36 | zapisy_onlineloginSearch | /zapisy-online/loginSearch | Path does not match |
37 | send_sms_to_nonregister_appoint | /sendSmsToNonRegisterAppoint | Path does not match |
38 | appoint_noregister_visit | /appointNoRegisterVisit | Path does not match |
39 | save_invoice_data | /saveInvoiceData | Path does not match |
40 | app_password_edit | /app/password/edit | Path does not match |
41 | app_password_new | /app/password/new | Path does not match |
42 | app_start_payment | /payment/start/{id} | Path does not match |
43 | app_notify_payu | /payment/notify/payu | Path does not match |
44 | app_notify_dotpay | /payment/notify/dotpay | Path does not match |
45 | app_notify_przelewy24 | /payment/notify/przelewy24 | Path does not match |
46 | app_payment_confirmation | /payment/confirmation/{id} | Path does not match |
47 | app_payment_error | /payment/error/{id} | Path does not match |
48 | app_payment_document_show | /app/payment-document/{documentId} | Path does not match |
49 | app_register_new | /app/register/new | Path does not match |
50 | app_user_show | /app/user | Path does not match |
51 | app_user_edit | /app/user/edit | Path does not match |
52 | app_visits_index | /app/visits | Path does not match |
53 | app_visits_survey | /app/visits/sendSurvey | Path does not match |
54 | app_visits_testsurvey | /app/visits/testSurvey | Path does not match |
55 | app_visits_reset_message | /app/visits/reset-message | Path does not match |
56 | app_visits_reset_session_flags | /app/visits/reset-session-flags | Path does not match |
57 | app_visits_search_index | /app/visits/search | Path does not match |
58 | app_welcome_index | /app/welcome | Path does not match |
59 | history_medical_document_show | /history/medical-document/{blobDocId} | Path does not match |
60 | history_medical_history_index | /history/medical-history | Path does not match |
61 | patient_set_active | /patient/set-active | Path does not match |
62 | patient_api_list | /patient/api/list | Path does not match |
63 | ping_session | /ping-session | Path does not match |
64 | shop_packet_categories_index | /shop/packet/categories | Path does not match |
65 | shop_packet_categories_show | /shop/packet/categories/{slug} | Path does not match |
66 | shop_packet_categories_item_show | /shop/packet/categories/item/{id} | Path does not match |
67 | shop_payment_index | /shop/payment | Path does not match |
68 | shop_payment_notify | /shop/payment/notify/{gateway} | Path does not match |
69 | shop_payment_confirmation | /shop/payment/confirmation/{id} | Path does not match |
70 | shop_payment_app_web_shop_payment_gendocu | /shop/payment/genDocu | Path does not match |
71 | shop_payment_error | /shop/payment/error | Path does not match |
72 | shop_shopping_bag_index | /shop/shopping-bag | Path does not match |
73 | app_public | / | Path does not match |
74 | app_login | /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.