mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03:00
d77e000113
refs #5091 - one step towards having a less confusing controller/routing system for blogs
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
module.exports = {
|
|
preview: require('./preview'),
|
|
single: require('./single')
|
|
};
|