solve picture in hospital logo

This commit is contained in:
wayanrivan
2026-03-08 13:16:09 +07:00
parent 959ded09b7
commit 21380da144

View File

@ -54,7 +54,7 @@ export class HospitalInformationController {
name: hospital.name, name: hospital.name,
address: hospital.address, address: hospital.address,
phone: hospital.phone, 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); return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, result);