fixing
This commit is contained in:
@ -93,8 +93,6 @@ export class PharmacyInfoController {
|
||||
|
||||
let data = await PharmacyInfoModel.list({ "id": param.id }).then((q) => q.getOne());
|
||||
if (!data) throw { message: "Pharmacy Info Not Found" };
|
||||
|
||||
data.logo = 'http://his.shiblysolution.id:3011/service-master-data/uploads/pharmacy-info/' + data.logo
|
||||
|
||||
return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, data);
|
||||
} catch (e: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user