mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
f0f0735437
refs #9192 - an entry is a post or a page, represented by a post model
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
module.exports = {
|
|
preview: require('./preview'),
|
|
entry: require('./entry')
|
|
};
|