https://app.sanistas.com/login

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 app_admin /admin Path does not match
2 app_admin_docs /admin/doctors Path does not match
3 app_enable_doc /admin/enable/doc Path does not match
4 app_disable_doc /admin/disable/doc Path does not match
5 app_delet_doctor /admin/delete/doctor/{id} Path does not match
6 app_medcin_get_patient_analyses /medcin/patient/{id}/analyses Path does not match
7 app_medcin_add_analyse /medcin/patient/add/analyse Path does not match
8 app_medcin_update_analyse /medcin/patient/update/analyse Path does not match
9 app_medcin_appointement_request /medcin/appointement/requests Path does not match
10 makeappointment /makeappointment Path does not match
11 app_medcin_confirm_appointement /medcin/confirm/appointement/request Path does not match
12 app_delet_appointement_request /medcin/delete/appointement/request Path does not match
13 search_speciality /search-speciality Path does not match
14 app_medcin /medcin Path does not match
15 app_medcin_add_disponibilite /Medcin/Disponibilite Path does not match
16 app_event_edit /medcin/update/event Path does not match
17 app_error /error Path does not match
18 app_espace_public / Path does not match
19 FindDoctor /Find/Doctor Path does not match
20 detail /doctor/detail/{id} Path does not match
21 app_redirect /redirect Path does not match
22 app_email_not_confirmed /not-verified Path does not match
23 app_medcin_patients /medcin/patients Path does not match
24 app_medcin_patient_details /medcin/patient/{id} Path does not match
25 app_medcin_update_general /medcin/patient/update/general Path does not match
26 app_medcin_get_patient_alergies /medcin/patient/{id}/alergies Path does not match
27 app_medcin_add_alergie /medcin/patient/add/alergie Path does not match
28 app_medcin_edit_patient_allergie /medcin/patient/edit/alergie Path does not match
29 app_medcin_add_traitemet /medcin/add/traitement Path does not match
30 app_medcin_delet_traitement /medcin/patient/delete/traitement/{id}/{pat} Path does not match
31 app_medcin_edit_patient_traitement /medcin/patient/edit/tritement Path does not match
32 app_medcin_get_patient_maladies /medcin/patient/{id}/maladies Path does not match
33 app_medcin_add_maladie /medcin/patient/add/maladie Path does not match
34 app_medcin_edit_maladie /medcin/patient/edit/maladie Path does not match
35 app_add_traitement_to_maladie /medcin/add/traitement/to/maladie Path does not match
36 app_medcin_edit_traitement_maladie /medcin/patinet/edit/traitement/maledie Path does not match
37 app_medcin_delet_traitement_maladie /medcin/patient/delete/traitement/maladie/{id}/{pat} Path does not match
38 app_medcin_patient_vaccins /medcin/patient/{id}/vaccins Path does not match
39 app_add_vaccin /medcin/patient/add/vaccin Path does not match
40 app_medcin_edit_vaccin /medcin/patient/edit/vaccin Path does not match
41 patientordonnance /patient/ordonnance Path does not match
42 patientAddOrdennance /patient/add/{id} Path does not match
43 patientAddOrdennancePost /patient/add/{id} Path does not match
44 app_espace_patient /espace/patient Path does not match
45 app_patient_docier /docier Path does not match
46 app_docier_general /docier/general Path does not match
47 app_docier_alergie /docier/alergie Path does not match
48 app_docier_maladie /docier/maladie Path does not match
49 app_docier_traitement /docier/traitement Path does not match
50 app_docier_vaccination /docier/vaccination Path does not match
51 app_docier_analyses /docier/analyses Path does not match
52 app_profile /profile Path does not match
53 app_update_profile /update/profile Path does not match
54 app_update_password /update/password Path does not match
55 app_update_image /update/image Path does not match
56 app_register /register Path does not match
57 app_registrate_user /registrate/user Path does not match
58 app_verify_email /verify/email Path does not match
59 app_forgot_password_request /reset-password Path does not match
60 app_check_email /reset-password/check-email Path does not match
61 app_reset_password /reset-password/reset/{token} Path does not match
62 app_search /search Path does not match
63 search_doc /search/doc Path does not match
64 app_request_event /search/doc/request/event Path does not match
65 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.