solve picture in hospital logo
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user