mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
f0f0735437
refs #9192 - an entry is a post or a page, represented by a post model
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
module.exports = {
|
|
preview: require('./preview'),
|
|
entry: require('./entry')
|
|
};
|