0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/test/functional/api/v2/content
Nazar Gargol 76f4a4bb03
Enforced non-page posts only to be returned by /posts endpoint from Content API (#10002)
refs #9866

- Added logic ensuring page filter is always set to false in posts endpoint for Content API
- Added functional tests to pages and posts
- Added absolute_url logic in pages controller
2018-10-13 00:48:49 +02:00
..
pages_spec.js Enforced non-page posts only to be returned by /posts endpoint from Content API (#10002) 2018-10-13 00:48:49 +02:00
posts_spec.js Enforced non-page posts only to be returned by /posts endpoint from Content API (#10002) 2018-10-13 00:48:49 +02:00
tags_spec.js Changed tags content api to v2 (#10004) 2018-10-13 00:11:48 +02:00
users_spec.js
utils.js