diff --git a/src/controllers/pharmacy/pharmacy_info.ts b/src/controllers/pharmacy/pharmacy_info.ts index ba1d8fd..c695638 100644 --- a/src/controllers/pharmacy/pharmacy_info.ts +++ b/src/controllers/pharmacy/pharmacy_info.ts @@ -604,7 +604,7 @@ export class PharmacyInfoController { const param: { file_name: string } = await schema.validateAsync(req.body); // const env = process.env.NODE_ENV + '/' - const fixedPath = 'uploads/pharmacy-logo/'; + const fixedPath = 'uploads/pharmacy-info/'; const file_path = fixedPath + param.file_name; // Check if file exists