Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | administration-institution-configuration-form | /administration/institution-configuration/edit/{id} | Path does not match |
2 | administration-homepage | /administration | Path does not match |
3 | institution-list | /administration/institution | Path does not match |
4 | institution-create | /administration/institution/create | Path does not match |
5 | administration-institution-edit | /administration/institution/edit/{id} | Path does not match |
6 | institution-delete | /administration/institution/{id} | Path does not match |
7 | place-list | /administration/place | Path does not match |
8 | place-create | /administration/place/create | Path does not match |
9 | place-edit | /administration/place/edit/{id} | Path does not match |
10 | place-delete | /administration/place/{id} | Path does not match |
11 | patient-reset-password | /administration/patient/reset-password | Path does not match |
12 | user-reset-password | /administration/user/reset-password | Path does not match |
13 | sms-message-list | /administration/sms-message | Path does not match |
14 | print-sms-messages | /administration/sms-message/print-sms-messages | Path does not match |
15 | administration-user-list | /administration/user | Path does not match |
16 | administration-user-create | /administration/user/create | Path does not match |
17 | administration-user-edit | /administration/user/edit/{id} | Path does not match |
18 | administration-user-delete | /administration/user/{id} | Path does not match |
19 | doctor-appointment | /doctor/appointment | Path does not match |
20 | doctor-homepage | /doctor | Path does not match |
21 | doctor-appointment-list | /doctor/appointment/list | Path does not match |
22 | appointments-for-doctor-for-date-json | /doctor/appointment/doctor-appointments-for-date-json/{date} | Path does not match |
23 | doctor-create-appointment | /doctor/appointment | Path does not match |
24 | doctor-remove-appointment | /doctor/appointment/{id} | Path does not match |
25 | change-patient-appeared | /doctor/appointment/change-patient-appeared/{id} | Path does not match |
26 | json-doctor | /doctor/json-doctor | Path does not match |
27 | doctor-change-password | /doctor/change-password | Path does not match |
28 | api-diia-documents-receiver | /api/diia/documents-receiver | Path does not match |
29 | registry-patient-appointments | /patient/appointments | Path does not match |
30 | patient-remove-appointment | /patient/appointment/{id} | Path does not match |
31 | patient-remove-appointment-api | /patient/appointment-api/{id} | Path does not match |
32 | registry-patient | /patient | Path does not match |
33 | registry-patient-personal-information | /patient/personal-information | Path does not match |
34 | registry-patient-change-password | /patient/change-password | Path does not match |
35 | 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.