mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed post_revisions from posts-public.js
This commit is contained in:
parent
0f86514ae1
commit
37e13b9c90
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const tpl = require('@tryghost/tpl');
|
|||
const errors = require('@tryghost/errors');
|
||||
const postsPublicService = require('../../services/posts-public');
|
||||
|
||||
const allowedIncludes = ['tags', 'authors', 'tiers', 'sentiment', 'post_revisions'];
|
||||
const allowedIncludes = ['tags', 'authors', 'tiers', 'sentiment'];
|
||||
|
||||
const messages = {
|
||||
postNotFound: 'Post not found.'
|
||||
|
|
Loading…
Add table
Reference in a new issue