Ghost/core
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
..
client@53c8e997f0 Updated Ghost-Admin to 2.18.2 2019-03-19 16:41:50 +05:30
server 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
test 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
index.js