This commit is contained in:
AJ ONeal 2020-04-29 15:59:01 +00:00
父節點 82b96d20a8
當前提交 f2b21a9572
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -2,7 +2,7 @@
module.exports = require('greenlock-express');
module.exports._greenlockExpressCreate = module.exports.create;
module.create = function (opts) {
module.exports.create = function (opts) {
opts._communityPackage = opts._communityPackage || 'greenlock-koa';
return module.exports._greenlockExpressCreate(opts);
};