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