2
0
鏡像自 https://git.coolaj86.com/coolaj86/greenlock-hapi.js.git synced 2025-07-01 18:46:31 +00:00
2018-05-10 13:35:48 -06:00

9 行
289 B
JavaScript

'use strict';
module.exports = require('greenlock-express');
module.exports._greenlockExpressCreate = module.exports.create;
module.create = function (opts) {
opts._communityPackage = opts._communityPackage || 'greenlock-hapi';
return module.exports._greenlockExpressCreate(opts);
};