diff --git a/src/auth-service/utils/common/mailer.js b/src/auth-service/utils/common/mailer.js index 1f1b4554bc..a2f0a30998 100644 --- a/src/auth-service/utils/common/mailer.js +++ b/src/auth-service/utils/common/mailer.js @@ -21,8 +21,8 @@ const processString = (inputString) => { return uppercasedString; }; -// const projectRoot = path.join(__dirname, "..", "..", ".."); // Go three levels up -const projectRoot = "/usr/src/app"; +const projectRoot = path.join(__dirname, "..", ".."); // Go two levels up +// const projectRoot = "/usr/src/app"; const imagePath = path.join(projectRoot, "config", "images"); let attachments = [