Ghost/core/test
kirrg001 1e6f4ba340 🐛 Fixed Admin API v2 wasn't returning preview url
no issue

- Admin API v2 returned /404/, see comment in code base:

/**
* CASE: admin api should serve preview urls
*
* @NOTE
* The url service has no clue of the draft/scheduled concept. It only generates urls for published resources.
* Adding a hardcoded fallback into the url service feels wrong IMO.
*
* Imagine the site won't be part of core and core does not serve urls anymore.
* Core needs to offer a preview API, which returns draft posts.
* That means the url is no longer /p/:uuid, it's e.g. GET /api/v2/content/preview/:uuid/.
* /p/ is a concept of the site, not of core.
*
* The site is not aware of existing drafts. It won't be able to get the uuid.
*
* Needs further discussion.
*/
2019-03-21 19:08:38 +01:00
..
acceptance 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
regression Fixed intergration tests 2019-03-19 11:28:21 +08:00
unit 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
utils 🐛 Fixed "Cannot read property 'feature_image' of undefined" (#10602) 2019-03-13 18:13:52 +08:00
.eslintignore
.eslintrc.json
.jshintrc