0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/services/mega/index.js
2019-11-05 12:15:50 +07:00

10 lines
171 B
JavaScript

module.exports = {
get mega() {
return require('./mega');
},
get postEmailSerializer() {
return require('./post-email-serializer');
}
};