This commit is contained in:
wayanrivan
2026-04-15 10:38:18 +07:00
parent e8a179c132
commit f68ff49323

View File

@ -58,7 +58,8 @@ export class HospitalInformationController {
name: hospital.name,
address: hospital.address,
phone: hospital.phone,
logo: hospitallogo
logo: hospitallogo,
file: hospital.logo
};
return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, result);