Este commit está contenido en:
AJ ONeal 2020-04-29 15:59:01 +00:00
padre 82b96d20a8
commit f2b21a9572
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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);
};