update
This commit is contained in:
@ -58,7 +58,8 @@ export class HospitalInformationController {
|
|||||||
name: hospital.name,
|
name: hospital.name,
|
||||||
address: hospital.address,
|
address: hospital.address,
|
||||||
phone: hospital.phone,
|
phone: hospital.phone,
|
||||||
logo: hospitallogo
|
logo: hospitallogo,
|
||||||
|
file: 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