mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
985bbbd194
- create a new app for the /members/ endpoint - moved all /members/ routes and middleware onto this app - helps to separate members and frontend/site logic so we can start to decouple things more
1 line
35 B
JavaScript
1 line
35 B
JavaScript
module.exports = require('./app');
|