refactor: add location address handling in DateTime component and update Hours component to display address
This commit is contained in:
@@ -96,4 +96,6 @@ export const request = {
|
||||
Authorization: "",
|
||||
},
|
||||
}),
|
||||
getDoctorAddress: (location_id) =>
|
||||
api.get(`api/v1/clinic-pro/doctor-address/${location_id}`, removeTokenHead),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user