mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 09:52:06 +03: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
2 lines
35 B
JavaScript
2 lines
35 B
JavaScript
module.exports = require('./app');
|