Ghost/core
Fabien O'Carroll c9b8ddde4b 🎨Added absolute_url flag to public api (#9833)
closes #9832

The API _should_ be returning absolute URLs for everything, 3rd party applications require absolute urls to read and display ghost data correctly. Currently they have to concat the blog url and the resource url, which is very uncomfortable.

Changing the public api like this would be considered a breaking change however so we've opted to put it behind a query parameter named `absolute_urls`.
2018-08-31 11:02:39 +01:00
..
client@525c47a637 Updated Ghost-Admin to 2.0.3 2018-08-22 14:35:01 +02:00
server 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
test 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00