Ghost/core/server/controllers/index.js
Hannah Wolfe d77e000113 Splitted preview & single controllers from index (#9121)
refs #5091

- one step towards having a less confusing controller/routing system for blogs
2017-10-09 13:56:44 +02:00

5 lines
89 B
JavaScript

module.exports = {
preview: require('./preview'),
single: require('./single')
};