mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
281d52610f
refs TryGhost/Team#1826 - adds new service package that manages all the email alert notifications for free members and paid subscriptions - includes email templates for free member signup and paid subscription start/cancel - initializes staff service before members to allow managing email alert notifications - passes staff service to members api for triggering alerts
2 lines
49 B
JavaScript
2 lines
49 B
JavaScript
module.exports = require('./lib/staff-service');
|