0
Fork 0
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:
Chris Raible 2023-04-18 12:02:33 +01:00
parent 0f86514ae1
commit 37e13b9c90

View file

@ -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.'