0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/web/api/v2
Fabien O'Carroll dcfaecfe92
🐛 Added CORS support to the v2 Content API (#10257)
no-issue

When trying to use /api/v2/content from a different domain, the requests
were failing with CORS errors. This doesn't use the shared cors middleware,
because it should be open to all hosts, and not locked down via our
whitelist or trusted domains.
2018-12-11 11:44:12 +07:00
..
admin Added configuration controller to v2 API (#10056) 2018-12-04 09:27:36 +05:30
content 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00