diff --git a/src/controllers/hospital_information.ts b/src/controllers/hospital_information.ts index 81618f7..c3ad55d 100644 --- a/src/controllers/hospital_information.ts +++ b/src/controllers/hospital_information.ts @@ -54,7 +54,7 @@ export class HospitalInformationController { name: hospital.name, address: hospital.address, phone: hospital.phone, - logo: 'http://his.shiblysolution.id:3011/service-master-data/uploads/hospital-logo/' + hospital.logo + logo: 'https://his.shiblysolution.id/service-master-data/uploads/hospital-logo/' + hospital.logo }; return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, result);