Ghost/core/server/web/members/index.js
Hannah Wolfe 985bbbd194 Moved members routing+mw into its own app
- 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
2020-04-30 13:03:27 +01:00

2 lines
35 B
JavaScript

module.exports = require('./app');