fix: yapi resolve

This commit is contained in:
suxiaoxin 2018-01-14 20:26:02 +08:00
parent a6ef4cfeaf
commit a30a8a642a

View File

@ -13,13 +13,8 @@ const WEBROOT_LOG = path.join(WEBROOT_RUNTIME, 'log');
const WEBCONFIG = config;
fs.ensureDirSync(WEBROOT_LOG);
<<<<<<< HEAD
=======
// console.log('mail', WEBCONFIG.mail)
>>>>>>> dev
if (WEBCONFIG.mail && WEBCONFIG.mail.enable) {
mail = nodemailer.createTransport(WEBCONFIG.mail);
}