refactor: add location address handling in DateTime component and update Hours component to display address

This commit is contained in:
hamed
2025-11-17 14:50:53 +03:30
parent 1e510a84b1
commit 6c787fe5fa
3 changed files with 37 additions and 2 deletions
+2
View File
@@ -96,4 +96,6 @@ export const request = {
Authorization: "",
},
}),
getDoctorAddress: (location_id) =>
api.get(`api/v1/clinic-pro/doctor-address/${location_id}`, removeTokenHead),
};