diff --git a/src/controllers/hospital_information.ts b/src/controllers/hospital_information.ts index e578462..2e5bd61 100644 --- a/src/controllers/hospital_information.ts +++ b/src/controllers/hospital_information.ts @@ -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);