0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/functional/routes
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
..
api 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
apps/subscribers Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
admin_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
dynamic_routing_spec.js Added tests for reloading routes.yaml 2018-08-16 12:13:24 +02:00
frontend_spec.js 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00